Sorry this is a view for a configuration field onl...
# package-development
j
Sorry this is a view for a configuration field only, not the entire settings view. I have access to the editorstate, but seems to be for the entire document, not this property editor. So configurationField view set in c#:
Copy code
[ConfigurationField("model",
            "Value type",
            "/App_Plugins/Skybrud.Umbraco.ImagePicker/Views/ImageWithCropsModelPicker.html",
            Description = "lots of text")]
        public string ValueTypeName { get; set; }
EditorState: