fix
This commit is contained in:
@@ -120,6 +120,7 @@ options:
|
||||
config:
|
||||
default:
|
||||
admin_name: wordpress_admin
|
||||
extra_admins: ''
|
||||
is_debug: false
|
||||
locale: fr_FR
|
||||
locales: fr_FR en_US
|
||||
@@ -128,6 +129,7 @@ options:
|
||||
themes: ''
|
||||
examples:
|
||||
- admin_name: wordpress_admin
|
||||
extra_admins: ''
|
||||
is_debug: false
|
||||
locale: fr_FR
|
||||
locales: fr_FR en_US
|
||||
@@ -138,6 +140,9 @@ options:
|
||||
admin_name:
|
||||
default: wordpress_admin
|
||||
type: string
|
||||
extra_admins:
|
||||
default: ''
|
||||
type: string
|
||||
is_debug:
|
||||
default: false
|
||||
type: boolean
|
||||
@@ -462,6 +467,16 @@ options:
|
||||
examples:
|
||||
- 1
|
||||
type: integer
|
||||
sso:
|
||||
default:
|
||||
name: vynil
|
||||
examples:
|
||||
- name: vynil
|
||||
properties:
|
||||
name:
|
||||
default: vynil
|
||||
type: string
|
||||
type: object
|
||||
storage:
|
||||
default:
|
||||
ndb:
|
||||
|
||||
Reference in New Issue
Block a user