The answer to this is more far out than I anticipated... - It was simply because I had a dash (-) in the macroname I rendered in my RTE... once I renamed the macro, it rendered just fine - both in the RTE but also on my page... - I did'nt even need the config updates... OMFG!! :-|
Macro gets stripped in RTE
I made a simple macro containing a standard HTML5 video player...
When I insert the macro in my RTE it renders this code - as expected
After I hit 'Save and Publish' my macro gets stripped to the bone and renders this - (the video are displayed perfectly on the front page however):
I've added this to validElements in my tinyMceConfig.config:
And this to umbracoSettings.config
How can I make the macro render in my RTE - Am I missing something...?
I use Umbraco version 7.1.6 assembly: 1.0.5350.25714 by the way...
Are you perhaps trying to render a macro inside a macro? That's a no go :-/
The answer to this is more far out than I anticipated... - It was simply because I had a dash (-) in the macroname I rendered in my RTE... once I renamed the macro, it rendered just fine - both in the RTE but also on my page... - I did'nt even need the config updates... OMFG!! :-|
is working on a reply...