Hi folks,
We are starting to implement the use of Umbraco forms on out websites, but got into a little question.
When using RTE in creation of a new forms, there are some of the tools that we don't want to allow the editors to use. Ex. the link tool.
Normally with the RTE, it is possible to connect it with a stylesheet and also pick what tools should be useable by the editor, but i can't seem to find the option for the Umbraco forms RTE.
Any idea on how to do this? I have read the documentation for Umbraco Forms, but nothing seems to give a pointer in the right direction.
Thanks in advance 😄
m
Matt Wise
01/12/2024, 8:49 AM
it uses the default RTE if I recall correctly this can be changed in configuration to use a different one if you need to
s
Steffen Nielsen
01/12/2024, 8:55 AM
@Matt Wise you are correct. It uses the default one, but i can create a new type, and then reference it in the appsettings.json file, using the guid id. But now i have a new problem. We have multiple websites using the same projet, where the only difference is the database connection. This gives the issue of not being able to differntiate on the RTE per instance. So unless i can override the uuid, i can't do this 😦