Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a way to add a rich text editor as a Macro Parameter?
I have tried to add the following package.manifest in the APP_Plugin folder
{ "propertyEditors": [ { "alias": "RichTextMacro", "name": "RichTextMacroEditor", "isParameterEditor": true, "icon": "icon-book-alt-2", "editor": { "view": "/umbraco/Views/propertyeditors/rte/rte.html", "valueType": "TEXT" } } ] }
This half works in that it creates the option to select it in the select editor window of the parameter
But when you add it to the page, it just appears as a property with no editor:
In the end I have converted them to element type components and added them in the block grid instead of in the wysiwyg
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Umbraco 13 Macro Parameters Rich Text Editor
Is there a way to add a rich text editor as a Macro Parameter?
I have tried to add the following package.manifest in the APP_Plugin folder
This half works in that it creates the option to select it in the select editor window of the parameter
But when you add it to the page, it just appears as a property with no editor:
In the end I have converted them to element type components and added them in the block grid instead of in the wysiwyg
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.