bunkerweb/core/ui/plugin.json
2022-06-03 17:24:14 +02:00

19 lines
328 B
JSON

{
"id": "ui",
"order": 999,
"name": "UI",
"description": "Integrate easily the BunkerWeb UI.",
"version": "0.1",
"settings": {
"USE_UI": {
"context": "multisite",
"default": "no",
"help": "Use UI",
"id": "use-ui",
"label": "Use UI",
"regex": "^(yes|no)$",
"type": "check"
}
}
}