Richtext editor in a page properties during page creation is not working properly. | Community
Skip to main content
September 8, 2022
Solved

Richtext editor in a page properties during page creation is not working properly.

  • September 8, 2022
  • 1 reply
  • 990 views

I have added following dependencies in clientlib

we have custom page property article lead created using rich text editor as below

 

though this field is mandatory but still it is allowing to save page with blank content means validation for rte is not working properly.
Please suggest .

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lukasz-m

Hi @ykerkar,

In general RTE has not been designed to be used on Page Properties level. Please have a look into known limitations section under RTE documentation:

Probably the only way to achieve your goal will be to customize RTE in the way it could be used under Page Properties.

1 reply

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
September 15, 2022

Hi @ykerkar,

In general RTE has not been designed to be used on Page Properties level. Please have a look into known limitations section under RTE documentation:

Probably the only way to achieve your goal will be to customize RTE in the way it could be used under Page Properties.

ykerkarAuthor
September 23, 2022

Thank you , it is helpful for me