Yes - you can create a new data type and specify that it can be a Macro Parameter type by setting the isParameterEditor: true in the package.manifest file - if you look at the Manifest overview link above, it has an example of this under the sub-heading propertyEditors.
macro parameter
how to create a new type in macro parametrs. For example CheckBoxPicker or DropDownPicker.
Hi, This may be what you're looking for:
Macro Parameter Editors
Edit: Apologies, the above documentation is quite old and probably not really suitable for Umbraco 7. You should instead refer to this:
Creating a Property Editor
To make your new Property Editor a Macro Property Editor, simply specify the following flag in the Manifest file:
isParameterEditor: true
To find out more, see this document:
Umbraco 7: Manifest overview
Yes - you can create a new data type and specify that it can be a Macro Parameter type by setting the
isParameterEditor: true
in the package.manifest file - if you look at the Manifest overview link above, it has an example of this under the sub-heading propertyEditors.thanks it helped
Good to hear - let us know if you get stuck on anything else :)
Rob.
is working on a reply...