Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="per:Page"
jcr:title="themecleanflex root object"
jcr:description="themecleanflex Objects Root">
jcr:description="themecleanflex Objects Root"
allowedObjects="[]"
>

<jcr:content
jcr:primaryType="per:PageContent"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?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:OrderedFolder"
jcr:title="Sample Folder"
allowedObjects="[example-form-all,example-form-contact]"
/>
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?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:OrderedFolder"
allowedObjects="[tag]"/>
jcr:title="Tags Folder"
allowedObjects="[tag]"
/>