Code editor as property editor #15262
bjarnef
started this conversation in
Features and ideas
Replies: 1 comment 1 reply
-
+1 (it'd be one less thing for me to support in Contentment). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder if the code editor (Ace editor) should be a property editor in core. In the new backoffice Monaco editor.
E.g. if adding a HTML block we can use a textarea to enter iframe or other third party code.
However content editors doesn't get much syntax highlighting here.
An example from Elementor:
https://elementor.com/help/html-widget/
One has to add a custom property editor or use e.g. Contentment package which includes a code editor:
https://github.com/leekelleher/umbraco-contentment/blob/develop/docs/editors/code-editor.md
But I think it would be useful in core since the code editor already exist and we have a Markdown editor.
Beta Was this translation helpful? Give feedback.
All reactions