Using Built-in datatypes as Macro Properties (TinyMCE)
Hello,
I'm trying to use a TinyMCE/Rich Text Editor in a Macro. I know I can use isParameterEditor: true in a custom property to enable it for use in a Macro, but is it possible to set it for a Built-In Property?
Using Built-in datatypes as Macro Properties (TinyMCE)
Hello,
I'm trying to use a TinyMCE/Rich Text Editor in a Macro. I know I can use
isParameterEditor: true
in a custom property to enable it for use in a Macro, but is it possible to set it for a Built-In Property?Thanks.
Hi Marty
There is a short tutorial on this here
http://lindsayjopson.com/using-an-rte-as-a-macro-parameter-in-umbraco-7/
Basically you have to define a new property editor but it still uses the built in functionality for saving etc.
Thanks
Carl
That's awesome. Have spent a lot of time trying to find a solution for this, but I havn't found this post.
Thank you very much!
is working on a reply...