diff --git a/App Optimization/app-optimization.liquid b/App Optimization/app-optimization.liquid index 9ae7d3e..5e489d2 100644 --- a/App Optimization/app-optimization.liquid +++ b/App Optimization/app-optimization.liquid @@ -27,20 +27,20 @@ endif endfor - assign settings_data = arr_block | concat: arr_scroll | concat: arr_interaction | uniq | map: 'settings' | json + assign settings_data = arr_block | concat: arr_scroll | concat: arr_interaction | uniq | map: 'settings' -%} {%- if settings_data.size != 0 -%} - + +{%- endif -%} + {% schema %} { - "name": "ScriptTag Optimiztion", + "name": "App Optimiztion", "settings": [ { "type": "checkbox", "id": "enable", - "label": "Enable ScriptTag Optimization?", + "label": "Enable App Optimization?", "default": true }, { @@ -472,7 +761,7 @@ ], "presets": [ { - "name": "ScriptTag Optimiztion", + "name": "App Optimiztion", "category": "Performance", "blocks": [ ]