| { |
| "jcr:primaryType": "sling:Page", |
| "jcr:content": { |
| "sling:resourceType": "sling-cms/components/pages/form", |
| "jcr:title": "Unpublish Content", |
| "jcr:primaryType": "nt:unstructured", |
| "container": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/general/container", |
| "slingform": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/slingform", |
| "button": "Unpublish", |
| "fields": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/general/container", |
| "path": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/fields/suffixlabel", |
| "label": "Do you want to unpublish:" |
| }, |
| "published": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/fields/hidden", |
| "name": "jcr:content/published", |
| "value": "false" |
| }, |
| "publishedTypeHint": { |
| "jcr:primaryType": "nt:unstructured", |
| "sling:resourceType": "sling-cms/components/editor/fields/hidden", |
| "name": "jcr:content/published@TypeHint", |
| "value": "Boolean" |
| } |
| } |
| } |
| } |
| } |
| } |