This looks like a great addition to Umbraco.
Well done for all your hard work.
I just wanted to clarify Macro support... I'm calling a macro using @Umbraco.RenderMacro , which loads a macro script implementing umbraco.MacroEngines.DynamicNodeContext. This macro is a bootstrap carousel slider that loads on the home page and contains text overlaid the images. I've set up the text field to use the uCKEditor but the text is just being rendered on the screen as raw html i.e.
<h2>This is the heading</h2> <p>The strapline content goes here</p>
Am I missing something or is this what you mean by 'Macros not supported'.
If this isn't a supported feature I'd love to know when it will be.
Thanks
uCKEditor @Umbraco.RenderMacro @inherits umbraco.MacroEngines.DynamicNodeContext
Hi Alain
This looks like a great addition to Umbraco. Well done for all your hard work. I just wanted to clarify Macro support... I'm calling a macro using @Umbraco.RenderMacro , which loads a macro script implementing umbraco.MacroEngines.DynamicNodeContext. This macro is a bootstrap carousel slider that loads on the home page and contains text overlaid the images. I've set up the text field to use the uCKEditor but the text is just being rendered on the screen as raw html i.e.
Am I missing something or is this what you mean by 'Macros not supported'.
If this isn't a supported feature I'd love to know when it will be. Thanks
is working on a reply...