mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
19 lines
393 B
JSON
19 lines
393 B
JSON
|
|
{
|
||
|
|
"id": "inject",
|
||
|
|
"order": 999,
|
||
|
|
"name": "HTML injection",
|
||
|
|
"description": "Inject custom HTML code before the </body> tag.",
|
||
|
|
"version": "0.1",
|
||
|
|
"settings": {
|
||
|
|
"INJECT_BODY": {
|
||
|
|
"context": "multisite",
|
||
|
|
"default": "",
|
||
|
|
"help": "The HTML code to inject.",
|
||
|
|
"id": "inject-body",
|
||
|
|
"label": "HTML code",
|
||
|
|
"regex": "^.*$",
|
||
|
|
"type": "text"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|