Adding configuration to a property editor
Overview
Configuration
Package.manifest
...
"editor": {
"view": "/App_Plugins/Suggestions/suggestion.html"
}, // Remember a comma separator here at the end of the editor block!
"prevalues": {
"fields": [
{
"label": "Enabled?",
"description": "Provides Suggestions",
"key": "isEnabled",
"view": "boolean"
},
{
"label": "Default value",
"description": "Provide a default value for the property editor",
"key": "defaultValue",
"view": "textarea"
}
]
}Csharp

Using the configuration


Last updated
Was this helpful?