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:
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/113730-umbraco-13-macro-parameters-rich-text-editor

