I'm using the Fanoe starter kit with Umbraco v7.4.3.
I add a 'Text Page' and then I add an 'Article' piece of content. This gives me a 2 column layout, col-md-4 and col-md-8.
When I put an image in the first column I have a few choices in the 'Choose type of content' dialog; Image, Image rounded, Image w/text right etc.
My question is how do I add an item to this list (for example 'image centered')? I have found the definition of these elements within App_Plugins\Grid\Config\ FanoeConfig.txt but adding a new item in here does not get automatically added to the options within the dialog.
Create new type of Content
Hi,
I'm using the Fanoe starter kit with Umbraco v7.4.3.
I add a 'Text Page' and then I add an 'Article' piece of content. This gives me a 2 column layout, col-md-4 and col-md-8.
When I put an image in the first column I have a few choices in the 'Choose type of content' dialog; Image, Image rounded, Image w/text right etc.
My question is how do I add an item to this list (for example 'image centered')? I have found the definition of these elements within App_Plugins\Grid\Config\ FanoeConfig.txt but adding a new item in here does not get automatically added to the options within the dialog.
Have I missed a configuration item somewhere?
Thanks,
Tim
Found it!
I needed to add the new content type to config/grid.editors.config.js
is working on a reply...