In 4.7.x when creating a macro parameter there is a checkbox that allows us to indicate whether the parameter should show when inserting or editing the macro in the Rich Text Editor. Yet this does nothing and all parameters always appear. Looking deeper into Umbraco's code, it seems that the .Public property of the MacroProperty is just plainly ignored when rendering the parameters.
Is this on purpose? Or am I getting things wrong from the very beginning?
Any reason not to patch Umbraco and add an if (!property.Public)?
Macro parameter "show" checkbox ignored in RTE?
In 4.7.x when creating a macro parameter there is a checkbox that allows us to indicate whether the parameter should show when inserting or editing the macro in the Rich Text Editor. Yet this does nothing and all parameters always appear. Looking deeper into Umbraco's code, it seems that the .Public property of the MacroProperty is just plainly ignored when rendering the parameters.
Is this on purpose? Or am I getting things wrong from the very beginning?
Any reason not to patch Umbraco and add an if (!property.Public)?
is working on a reply...