| { |
| "jcr:primaryType": "sling:Page", |
| "jcr:content": { |
| "sling:resourceType": "sling-cms/components/pages/base", |
| "jcr:title": "Create Site", |
| "jcr:primaryType": "nt:unstructured", |
| "container": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/general/container", |
| "richtext": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/general/richtext", |
| "text": "<h3>Create Site</h3>" |
| }, |
| "slingform": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/slingform", |
| "actionSuffix": "/*", |
| "button": "Create Site", |
| "successPrepend": "/libs/sling-cms/content/site/content.html", |
| "fields": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/general/container", |
| "title": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/fields/text", |
| "label": "Title", |
| "name": "jcr:title", |
| "required": true |
| }, |
| "name": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/fields/text", |
| "label": "Name", |
| "name": ":name" |
| }, |
| "nameParam": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/fields/hidden", |
| "name": ":nameParam", |
| "value": "jcr:title" |
| }, |
| "url": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/fields/text", |
| "label": "Primary URL", |
| "name": "sling:url", |
| "required": true |
| }, |
| "locale": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/fields/select", |
| "label": "Language", |
| "name": "jcr:language", |
| "optionsScript": "/libs/sling-cms/components/editor/scripts/localeOptions.jsp", |
| "required": true |
| }, |
| "config": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/fields/path", |
| "basePath": "/conf", |
| "label": "Config", |
| "name": "sling:configRef", |
| "required": false, |
| "type": "config" |
| }, |
| "primaryType": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/fields/hidden", |
| "name": "jcr:primaryType", |
| "value": "sling:Site" |
| } |
| } |
| } |
| } |
| } |
| } |