Macro Parameter Editors
A guide to creating macro property editors in Umbraco
Creating a custom Macro Parameter Type
isParameterEditor
{
"propertyEditors": [
{
"alias": "My.ParameterEditorAlias",
"name": "Parameter Editor Name",
"isParameterEditor": true,
"editor": {
"view": "/App_Plugins/My.ParameterEditor/ParameterEditorView.html"
}
}
]
}PreValues/Configuration/DefaultValues
Example
Package Manifest
View
Controller
Display

Using defaultConfig
Reading the parameter value in the Macro Partial View
Runtime minification cache busting in Production
Last updated
Was this helpful?