Is it the location where you need to place the JSON you have doubts about? It should be placed in the /config/grid.editors.config.json file (Think that's what it's called)... If you have already done that and nothing displays then you should probably recycle the app pool in order for the changes to take effect.
Hope this helps and that I understood your question :)
One other thing though................................
Where have I been living? Under a Rock? when did this Grid layout feature get added to Umbraco, I found by chance when I installed the faneo starter kit by mistake.
As my little daughter would say.... this feature is SICK SICK SICK SICK SICK....... LOVE IT!
Well done Umbraco team, this one feature takes umbraco to another level!
Grid Layout - Settings, Where do I put the JSON for the elements
Hey guys,
I'm using the Grid Layout property editor.
Now I have worked out you need JSON to create settings for example:
This works, when I am in the content tab, got to the page with the layout click settings i can select from the options above.
The problem is I want to add settings to the element that I add to the grid layout, but when I click the settings OF THE ELEMENT its empty.
Please have a look at this screen shot for clarification.
http://picpaste.com/Untitled-1-LNed9RHN.png
Thanks in advance
Hi Ayo
Is it the location where you need to place the JSON you have doubts about? It should be placed in the /config/grid.editors.config.json file (Think that's what it's called)... If you have already done that and nothing displays then you should probably recycle the app pool in order for the changes to take effect.
Hope this helps and that I understood your question :)
/Jan
Hi Ayo
If you want to enable the settings on cells (and not rows) you need to change the value of the
applyTo
key tocell
. Like this:If you remove the
applyTo
key, the settings will be available on both rows and settings. Also explained in the documentation/Rune
All working now thanks Rune.
One other thing though................................
Where have I been living? Under a Rock? when did this Grid layout feature get added to Umbraco, I found by chance when I installed the faneo starter kit by mistake.
As my little daughter would say.... this feature is SICK SICK SICK SICK SICK....... LOVE IT!
Well done Umbraco team, this one feature takes umbraco to another level!
Thank you..... Long live Umbraco!
is working on a reply...