Skip to content

Commit

Permalink
Remove presets
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceapiturca authored Jul 16, 2021
1 parent 2115fba commit 144c961
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions App Optimization/app-optimization.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
</div>
</div>

<div class="card w-full">
<div class="card w-full">
<table class="w-full">
<thead>
<tr>
Expand All @@ -367,7 +367,6 @@
</tr>
</thead>
<tbody>

{%- for url in urls -%}
{%- liquid
assign name = 'App name'
Expand Down Expand Up @@ -491,7 +490,7 @@
"type": "checkbox",
"id": "debug_enable",
"label": "Enable debug?",
"default": true,
"default": false,
"info": "Output script loading information in console.log"
}
],
Expand Down Expand Up @@ -758,14 +757,6 @@
}
]
}
],
"presets": [
{
"name": "App Optimiztion",
"category": "Performance",
"blocks": [
]
}
]
}
{% endschema %}

0 comments on commit 144c961

Please sign in to comment.