mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
add plugin_name (change values)
This commit is contained in:
parent
77931b623f
commit
0290f509e0
1 changed files with 15 additions and 6 deletions
|
|
@ -42,21 +42,30 @@
|
|||
{% endif %}
|
||||
<!-- tabs -->
|
||||
{%set plugin_name = {
|
||||
"id": "set name",
|
||||
"id": "name",
|
||||
"order": "999",
|
||||
"name": "Name",
|
||||
"description": "The name of the current service",
|
||||
"description": "The name of the service",
|
||||
"version": "0.1",
|
||||
"settings": {
|
||||
"SERVER_NAME": {
|
||||
"OLD_SERVER_NAME": {
|
||||
"context": "multisite",
|
||||
"default": "",
|
||||
"help": "Name of the service",
|
||||
"id": "server-name",
|
||||
"label": "Server name",
|
||||
"help": "The current name used",
|
||||
"id": "gzip-types",
|
||||
"label": "Actual name",
|
||||
"regex": "^.*$",
|
||||
"type": "text"
|
||||
},
|
||||
"SERVER_NAME": {
|
||||
"context": "multisite",
|
||||
"default": "",
|
||||
"help": "Change the current name by this one if wanted",
|
||||
"id": "gzip-types",
|
||||
"label": "New name",
|
||||
"regex": "^.*$",
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
} %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue