blob: b29d04c20d794e1fbc721e5377592ba17bf60789 [file] [log] [blame]
{
"jcr:primaryType": "sling:Page",
"jcr:content": {
"sling:resourceType": "sling-cms/components/pages/base",
"jcr:title": "Site Content",
"jcr:primaryType": "nt:unstructured",
"container": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/general/container",
"contentactions": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/contentactions",
"actions": {
"page": {
"jcr:primaryType": "nt:unstructured",
"label": "Page",
"prefix": "/cms/page/create.html"
},
"file": {
"jcr:primaryType": "nt:unstructured",
"label": "File",
"prefix": "/cms/file/upload.html"
},
"folder": {
"jcr:primaryType": "nt:unstructured",
"label": "Folder",
"prefix": "/cms/folder/create.html"
}
}
},
"contentbreadcrumb": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/contentbreadcrumb",
"depth": 2,
"prefix": "/cms/site/content.html",
"titleProp": "jcr:content/jcr:title"
},
"contenttable": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/contenttable",
"columns": {
"jcr:primaryType": "nt:unstructured",
"name": {
"jcr:primaryType": "nt:unstructured",
"title": "Name"
},
"title": {
"jcr:primaryType": "nt:unstructured",
"title": "Title"
},
"published": {
"jcr:primaryType": "nt:unstructured",
"title": "Published"
},
"type": {
"jcr:primaryType": "nt:unstructured",
"title": "Type"
},
"lastModified": {
"jcr:primaryType": "nt:unstructured",
"title": "Last Modified"
},
"actions": {
"jcr:primaryType": "nt:unstructured",
"title": "Actions"
}
},
"types": {
"jcr:primaryType": "nt:unstructured",
"sling:Page":{
"jcr:primaryType": "nt:unstructured",
"columns": {
"jcr:primaryType": "nt:unstructured",
"name": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/name",
"link": true,
"prefix": "/cms/site/content.html"
},
"title": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/text",
"property": "jcr:content/jcr:title",
"type": "String"
},
"publish": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/publish"
},
"type": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/static",
"value": "Page"
},
"lastModified": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/lastmodified",
"subPath": "jcr:content/"
},
"actions": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/actions",
"edit": {
"jcr:primaryType": "nt:unstructured",
"modal": false,
"title": "Edit Page",
"text": "✏",
"prefix": "/cms/page/edit.html"
},
"movecopy": {
"jcr:primaryType": "nt:unstructured",
"modal": true,
"title": "Move / Copy Page",
"text": "⇆",
"prefix": "/cms/shared/movecopy.html"
},
"version": {
"jcr:primaryType": "nt:unstructured",
"ajaxPath": ".versionmanager",
"modal": true,
"title": "Manage Versions",
"text": "⧖",
"prefix": "/cms/shared/versions.html"
},
"delete": {
"jcr:primaryType": "nt:unstructured",
"modal": true,
"title": "Delete the specified page",
"text": "×",
"prefix": "/cms/shared/delete.html"
}
}
}
},
"sling:File":{
"jcr:primaryType": "nt:unstructured",
"columns": {
"jcr:primaryType": "nt:unstructured",
"name": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/name",
"link": false
},
"title": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/text",
"link": false,
"type": "Name"
},
"publish": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/publish"
},
"type": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/static",
"value": "File"
},
"lastModified": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/lastmodified",
"subPath": "jcr:content/"
},
"actions": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/actions",
"edit": {
"jcr:primaryType": "nt:unstructured",
"modal": true,
"title": "Edit File",
"text": "✏",
"prefix": "/cms/file/edit.html"
},
"optimize": {
"jcr:primaryType": "nt:unstructured",
"modal": false,
"title": "Optimize File",
"text": "+",
"prefix": "/cms/file/optimize.html"
},
"download": {
"jcr:primaryType": "nt:unstructured",
"modal": false,
"title": "Download file",
"text": "⇩"
},
"movecopy": {
"jcr:primaryType": "nt:unstructured",
"modal": true,
"title": "Move / Copy File",
"text": "⇆",
"prefix": "/cms/shared/movecopy.html"
},
"version": {
"jcr:primaryType": "nt:unstructured",
"ajaxPath": ".versionmanager",
"modal": true,
"title": "Manage Versions",
"text": "⧖",
"prefix": "/cms/shared/versions.html"
},
"delete": {
"jcr:primaryType": "nt:unstructured",
"modal": true,
"title": "Delete File",
"text": "×",
"prefix": "/cms/shared/delete.html"
}
}
}
},
"sling:OrderedFolder":{
"jcr:primaryType": "nt:unstructured",
"columns": {
"jcr:primaryType": "nt:unstructured",
"name": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/name",
"link": true,
"prefix": "/cms/site/content.html"
},
"title": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/text",
"property": "jcr:content/jcr:title",
"type": "String"
},
"publish": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/publish"
},
"type": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/static",
"value": "Folder"
},
"lastModified": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/lastmodified",
"subPath": "jcr:content/"
},
"actions": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/actions",
"edit": {
"jcr:primaryType": "nt:unstructured",
"modal": true,
"title": "Edit Folder",
"text": "✏",
"prefix": "/cms/folder/edit.html"
},
"movecopy": {
"jcr:primaryType": "nt:unstructured",
"modal": true,
"title": "Move / Copy Folder",
"text": "⇆",
"prefix": "/cms/shared/movecopy.html"
},
"delete": {
"jcr:primaryType": "nt:unstructured",
"title": "Delete Folder",
"text": "×",
"prefix": "/cms/shared/delete.html",
"modal": true
}
}
}
},
"sling:Folder":{
"jcr:primaryType": "nt:unstructured",
"columns": {
"jcr:primaryType": "nt:unstructured",
"name": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/name",
"link": true,
"prefix": "/cms/site/content.html"
},
"title": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/text",
"property": "jcr:content/jcr:title",
"type": "String"
},
"publish": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/publish"
},
"type": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/static",
"value": "Folder"
},
"lastModified": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/lastmodified",
"subPath": "jcr:content/"
},
"actions": {
"jcr:primaryType": "nt:unstructured",
"sling:resourceType": "sling-cms/components/cms/columns/actions",
"edit": {
"jcr:primaryType": "nt:unstructured",
"modal": true,
"title": "Edit Folder",
"text": "✏",
"prefix": "/cms/folder/edit.html"
},
"movecopy": {
"jcr:primaryType": "nt:unstructured",
"modal": true,
"title": "Move / Copy Folder",
"text": "⇆",
"prefix": "/cms/shared/movecopy.html"
},
"delete": {
"jcr:primaryType": "nt:unstructured",
"title": "Delete Folder",
"text": "×",
"prefix": "/cms/shared/delete.html",
"modal": true
}
}
}
}
}
}
}
}
}