I hav开发者_StackOverflow中文版e this in template:
<umbraco:Item field="innerMacro" runat="server"></umbraco:Item>
After creating content node from the template I want to insert macro there in content editor, but that macro is not in the list of available options. Tried to switch macros 'Use in editor' on and off, it doesn't take effect.
Please, help
Check for the datatype. It should be richtexteditor
.
精彩评论