Hi,
I have a Custom component that includes a custom Rich Text Editor component using granite/ui/components/coral/foundation/include.
The RTE has a property required=true(Boolean) which is inherited in my Custom component on include.
But in custom component the RTE is not an required field.
Is there a way in which I can make this as non mandatory in my custom component.
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
insteadof include you can slingsupertype
https://blogs.perficient.com/2017/03/03/how-to-architect-a-rte-solution-for-aem-touch-ui-dialog/
There is a way to override property using namespace if you are using ACS Common.
insteadof include you can slingsupertype
https://blogs.perficient.com/2017/03/03/how-to-architect-a-rte-solution-for-aem-touch-ui-dialog/
There is a way to override property using namespace if you are using ACS Common.