You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
propertyEditors: [
{
/*this must be a unique alias*/
alias: "My.MarkdownEditor",
/*the name*/
name: "My markdown editor",
/*the icon*/
icon: "icon-code",
/*grouping for "Select editor" dialog*/
group: "nuPickers",
/*the HTML file we will load for the editor*/
editor: {
view: "~/App_Plugins/myeditor/editor.html"
}
}
Thanks @DanDiplo, that would certainly help, but the thing is there are no .manifest files in nuPickers ! instead each property editor uses an attribute to make these settings (example) so I'm not sure how to make this change ?
I think for a v2.0.0 a single property editor would be good, as it'd also signify that all the existing datatypes are all interchangeable (and saves you having to remember settings when wanting to change a data-source or an editor).
Too much choice !
Each property editor combines shared code to define itself, so shouldn't be too difficult to have a new property editor that does this combining.
The text was updated successfully, but these errors were encountered: