You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/12/05 03:01:35 UTC

[sling-org-apache-sling-app-cms] 02/04: Making the optimizer a modal for the static console

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit be715d6420fd1c9f58eb3e5ce82d68dd31730677
Author: Dan Klco <dk...@apache.org>
AuthorDate: Tue Dec 4 22:00:25 2018 -0500

    Making the optimizer a modal for the static console
---
 .../main/resources/jcr_root/libs/sling-cms/content/static/content.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/content/static/content.json b/ui/src/main/resources/jcr_root/libs/sling-cms/content/static/content.json
index db53a4b..a38146c 100644
--- a/ui/src/main/resources/jcr_root/libs/sling-cms/content/static/content.json
+++ b/ui/src/main/resources/jcr_root/libs/sling-cms/content/static/content.json
@@ -103,7 +103,7 @@
                                 },
                                 "optimize": {
                                     "jcr:primaryType": "nt:unstructured",
-                                    "modal": false,
+                                    "modal": true,
                                     "title": "Optimize File",
                                     "icon": "archive",
                                     "prefix": "/cms/file/optimize.html"