In a rich text editor, I can't add parameters to a button - U14
Hi. I'm using Umbraco 14 and I've encountered an issue where in a rich text editor, I can't add the following parameters to a simple button: type="button" id="openpreferencescenter".
I try to add them, click on the 'view HTML' button, but they get lost.
In a rich text editor, I can't add parameters to a button - U14
Hi. I'm using Umbraco 14 and I've encountered an issue where in a rich text editor, I can't add the following parameters to a simple button: type="button" id="openpreferencescenter".
I try to add them, click on the 'view HTML' button, but they get lost.
In the appsettings.json I have the following:
"ValidElements": "[]",
Thanks! Pedro.
You will need to add the correct values to ValidElements.
Here is a good list of elements, to add: https://docs.umbraco.com/umbraco-cms/v/10.latest-lts/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/configuration
Hi Steffen, thanks for your response.
I've tried several changes in the appsettings.json, but it's still not working.
I've tried enabling this, and I still can't add a simple id to a button. Is there something I'm missing?
is working on a reply...