How to resolve Content Area Violation
I have ran Best Practice Analyzer and found Content Area Violation on some of the shared fields across the project.
| The path: /apps/project-1/component/granite/ui/components/coral/color-picker/variations/ and the content.xml for the component is having as below <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="sling:Folder" sling:resourceSuperType="granite/ui/components/foundation/form/select"/>
How to resolve this Content Area Violation? |