| { |
| "jcr:primaryType": "nt:unstructured", |
| "edit": { |
| "jcr:primaryType": "nt:unstructured", |
| "modal": true, |
| "title": "Edit File", |
| "icon": "pencil-f", |
| "sling:resourceType": "sling-cms/components/cms/resource/action", |
| "prefix": "/cms/actions/edit/file.html" |
| }, |
| "optimize": { |
| "jcr:primaryType": "nt:unstructured", |
| "modal": false, |
| "title": "Optimize File", |
| "icon": "archive", |
| "sling:resourceType": "sling-cms/components/cms/resource/action", |
| "prefix": "/cms/actions/optimize/file.html" |
| }, |
| "download": { |
| "jcr:primaryType": "nt:unstructured", |
| "modal": false, |
| "title": "Download file", |
| "sling:resourceType": "sling-cms/components/cms/resource/action", |
| "icon": "download" |
| }, |
| "movecopy": { |
| "jcr:primaryType": "nt:unstructured", |
| "modal": true, |
| "title": "Move / Copy File", |
| "icon": "move-alt", |
| "sling:resourceType": "sling-cms/components/cms/resource/action", |
| "prefix": "/cms/actions/shared/movecopy.html" |
| }, |
| "version": { |
| "jcr:primaryType": "nt:unstructured", |
| "ajaxPath": ".versionmanager", |
| "modal": true, |
| "title": "Manage Versions", |
| "icon": "history", |
| "sling:resourceType": "sling-cms/components/cms/resource/action", |
| "prefix": "/cms/actions/shared/versions.html" |
| }, |
| "delete": { |
| "jcr:primaryType": "nt:unstructured", |
| "modal": true, |
| "title": "Delete File", |
| "icon": "trash", |
| "sling:resourceType": "sling-cms/components/cms/resource/action", |
| "prefix": "/cms/actions/shared/delete.html" |
| } |
| } |