decor-6-expe/maquette-tests/csspageweaver/plugins/grid/config.json

14 lines
283 B
JSON
Raw Normal View History

2026-02-23 11:35:07 +01:00
{
"name": "Grid",
"description": "",
"version": "1.0",
"ui": {
"title": "Squared grid",
"description": "This Toogle a squared grid",
"template": "template.html",
"toggle": true
},
"stylesheet": "grid.css",
"script": "grid-ui.js",
"hook": "grid-hook.js"
}