mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix id issue with inject plugin
This commit is contained in:
parent
4ff678037a
commit
c93759541b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"context": "multisite",
|
||||
"default": "",
|
||||
"help": "The HTML code to inject before the </head> tag.",
|
||||
"id": "inject-body",
|
||||
"id": "inject-head",
|
||||
"label": "head HTML code",
|
||||
"regex": "^.*$",
|
||||
"type": "text"
|
||||
|
|
|
|||
Loading…
Reference in a new issue