fix
This commit is contained in:
@@ -122,10 +122,18 @@ options:
|
||||
admin_name: wordpress_admin
|
||||
is_debug: false
|
||||
locale: fr_FR
|
||||
locales: fr_FR en_US
|
||||
plugins: ''
|
||||
theme: ''
|
||||
themes: ''
|
||||
examples:
|
||||
- admin_name: wordpress_admin
|
||||
is_debug: false
|
||||
locale: fr_FR
|
||||
locales: fr_FR en_US
|
||||
plugins: ''
|
||||
theme: ''
|
||||
themes: ''
|
||||
properties:
|
||||
admin_name:
|
||||
default: wordpress_admin
|
||||
@@ -136,6 +144,18 @@ options:
|
||||
locale:
|
||||
default: fr_FR
|
||||
type: string
|
||||
locales:
|
||||
default: fr_FR en_US
|
||||
type: string
|
||||
plugins:
|
||||
default: ''
|
||||
type: string
|
||||
theme:
|
||||
default: ''
|
||||
type: string
|
||||
themes:
|
||||
default: ''
|
||||
type: string
|
||||
type: object
|
||||
domain:
|
||||
default: your-company
|
||||
|
||||
Reference in New Issue
Block a user