| { |
| "jcr:primaryType": "nt:unstructured", |
| "edit": { |
| "jcr:primaryType": "nt:unstructured", |
| "modal": true, |
| "title": "Edit Folder", |
| "icon": "pencil-f", |
| "sling:resourceType": "sling-cms/components/cms/resource/action", |
| "prefix": "/cms/actions/edit/folder.html" |
| }, |
| "movecopy": { |
| "jcr:primaryType": "nt:unstructured", |
| "modal": true, |
| "title": "Move / Copy Folder", |
| "icon": "move-alt", |
| "sling:resourceType": "sling-cms/components/cms/resource/action", |
| "prefix": "/cms/actions/shared/movecopy.html" |
| }, |
| "delete": { |
| "jcr:primaryType": "nt:unstructured", |
| "modal": true, |
| "title": "Delete Folder", |
| "icon": "trash", |
| "sling:resourceType": "sling-cms/components/cms/resource/action", |
| "prefix": "/cms/actions/shared/delete.html" |
| } |
| } |