19 lines
379 B
JSON
19 lines
379 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"
|
|
}
|
|
}
|
|
}
|