Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a way to make it so that there is a default text in the rich text editor? I have one in a child class and each time someone goes to create a new class, I would like for there to be default text in the RTE.
thanks!
Hi Daniel
I think you can solve this issue with ContentService Events, look documentation here:
https://our.umbraco.org/documentation/reference/events/contentservice-events
On Save event check if node is new and then to set default value to RTE field. I hope it make sense for you.
Thanks,
Alex
Do you have some success with this issue?
Did you solve it?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Default text for Rich Text Editor?
Is there a way to make it so that there is a default text in the rich text editor? I have one in a child class and each time someone goes to create a new class, I would like for there to be default text in the RTE.
thanks!
Hi Daniel
I think you can solve this issue with ContentService Events, look documentation here:
https://our.umbraco.org/documentation/reference/events/contentservice-events
On Save event check if node is new and then to set default value to RTE field. I hope it make sense for you.
Thanks,
Alex
Hi Daniel
Do you have some success with this issue?
Did you solve it?
Thanks,
Alex
is working on a reply...