Fix id issue with inject plugin

This commit is contained in:
Théophile Diot 2024-11-09 12:14:43 +01:00 committed by GitHub
parent 4ff678037a
commit c93759541b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"