{ "id": "inject", "order": 999, "name": "HTML injection", "description": "Inject custom HTML code before the 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" } } }