bunkerweb/src/common/core/inject/plugin.json

27 lines
689 B
JSON

{
"id": "inject",
"name": "HTML injection",
"description": "Inject custom HTML code before either the </body> or </head> tag.",
"version": "1.0",
"stream": "no",
"settings": {
"INJECT_BODY": {
"context": "multisite",
"default": "",
"help": "The HTML code to inject before the </body> tag.",
"id": "inject-body",
"label": "body HTML code",
"regex": "^.*$",
"type": "text"
},
"INJECT_HEAD": {
"context": "multisite",
"default": "",
"help": "The HTML code to inject before the </head> tag.",
"id": "inject-body",
"label": "head HTML code",
"regex": "^.*$",
"type": "text"
}
}
}