lure-2026/static/csspageweaver/plugins/grid/config.json

14 lines
283 B
JSON
Raw Normal View History

2026-01-10 18:33:22 +01:00
{
"name": "Grid",
"description": "",
"version": "1.0",
"ui": {
2026-01-11 09:28:23 +01:00
"title": "Squared grid",
"description": "This Toogle a squared grid",
"template": "template.html",
2026-01-10 18:33:22 +01:00
"toggle": true
},
"stylesheet": "grid.css",
"script": "grid-ui.js",
"hook": "grid-hook.js"
}