Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Is it possible to extend a content fragment datatype css? For example:
/libs/dam/cfm/admin/components/authoring/contenteditor/jsoneditor/clientlibs/cfeditor/css/jsonfield.less
And if yes, how do I programmatically extend it? I understand that I may have to create the folder structure under ui.apps/src/main/content/jcr_root is there an easy way to do this?
Solved! Go to Solution.
Hi,
You no need to extend
instead of create your own CSS with same clientlibs category and override CSS rules.
CSS rules precedence will help - https://jenkov.com/tutorials/css/precedence.html
View solution in original post
Views
Likes
Replies