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


The following commit(s) were added to refs/heads/master by this push:
     new 65e041e  Fixing issue where the optimation model was blank
65e041e is described below

commit 65e041e7b9e29539387321b27ab1d5bcb851df29
Author: Dan Klco <[email protected]>
AuthorDate: Mon Aug 20 16:47:38 2018 -0400

    Fixing issue where the optimation model was blank
---
 ui/src/main/resources/jcr_root/libs/sling-cms/content/site/content.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/content.json 
b/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/content.json
index b313db6..312a9e3 100644
--- a/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/content.json
+++ b/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/content.json
@@ -173,7 +173,7 @@
                                                                },
                                                                "optimize": {
                                                                        
"jcr:primaryType": "nt:unstructured",
-                                                                       
"modal": true,
+                                                                       
"modal": false,
                                                                        
"title": "Optimize File",
                                                                        "text": 
"+",
                                                                        
"prefix": "/cms/file/optimize.html"

Reply via email to