Hey Ulf, you should be able to use "textstring" instead of "textarea" for a simple textbox.
As for a dropdown, you may have to switch to configuring the property editor with a C# class instead of inside your package.manifest (as far as I can tell it does not support more 'complex' configuration options like a dropdown)
Property Editor Configuration
I've looked at the tutorial for a property editor, how to add a configuration and get the gist of it, but I'd like a simple textbox instead of an textarea, but can't find any solution - non of my guesses works.
Also I'd prefer a dropdown or radio-buttons for the options:
But having no luck finding out how to achieve that...
Hey Ulf, you should be able to use "textstring" instead of "textarea" for a simple textbox.
As for a dropdown, you may have to switch to configuring the property editor with a C# class instead of inside your package.manifest (as far as I can tell it does not support more 'complex' configuration options like a dropdown)
I found this comment on another forum post that may help you with getting the dropdown set up: https://our.umbraco.com/forum/using-umbraco-and-getting-started/108968-create-dropdown-list-as-prevalue-in-custom-property-editor#comment-338231
Thank you very much!
is working on a reply...