You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
817 B
37 lines
817 B
{
|
|
"name": "Wordpress configuration panel",
|
|
"version": "0.1",
|
|
"panel": [{
|
|
"name": "Wordpress configuration",
|
|
"id": "main",
|
|
"sections": [{
|
|
"name": "Public access",
|
|
"id": "is_public",
|
|
"options": [{
|
|
"name": "Is it a public app ?",
|
|
"id": "is_public",
|
|
"type": "bool",
|
|
"default": true
|
|
}]
|
|
},
|
|
{
|
|
"name": "Overwriting config files",
|
|
"id": "overwrite_files",
|
|
"options": [{
|
|
"name": "Overwrite the nginx config file ?",
|
|
"help": "If the file is overwritten, a backup will be created.",
|
|
"id": "overwrite_nginx",
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "Overwrite the php-fpm config file ?",
|
|
"help": "If the file is overwritten, a backup will be created.",
|
|
"id": "overwrite_phpfpm",
|
|
"type": "bool",
|
|
"default": true
|
|
}]
|
|
}]
|
|
}
|
|
]
|
|
}
|