Apply config updates from database updates
This commit is contained in:
parent
492e8c216b
commit
83d4eb653b
13 changed files with 36 additions and 7 deletions
|
@ -182,11 +182,11 @@ module:
|
|||
twigsuggest: 100
|
||||
drutopia: 1000
|
||||
theme:
|
||||
stable: 0
|
||||
seven: 0
|
||||
bulma: 0
|
||||
octavia: 0
|
||||
agarica: 0
|
||||
claro: 0
|
||||
gin: 0
|
||||
stable9: 0
|
||||
profile: drutopia
|
||||
|
|
|
@ -11,6 +11,9 @@ display:
|
|||
label: Asunto
|
||||
operations:
|
||||
label: Operaciones
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
filters:
|
||||
subject:
|
||||
expose:
|
||||
|
|
|
@ -11,6 +11,9 @@ display:
|
|||
label: Estado
|
||||
operations:
|
||||
label: Operaciones
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
filters:
|
||||
title:
|
||||
expose:
|
||||
|
|
|
@ -7,6 +7,9 @@ display:
|
|||
label: Nombre
|
||||
status:
|
||||
label: Estado
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
filters:
|
||||
status:
|
||||
expose:
|
||||
|
|
|
@ -9,3 +9,6 @@ display:
|
|||
label: Estado
|
||||
operations:
|
||||
label: Operaciones
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
display:
|
||||
default:
|
||||
display_options:
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
fields:
|
||||
created:
|
||||
label: Creado
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
display:
|
||||
default:
|
||||
display_options:
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
fields:
|
||||
path:
|
||||
label: Ruta
|
||||
|
|
|
@ -7,6 +7,9 @@ display:
|
|||
label: Estado
|
||||
operations:
|
||||
label: Operaciones
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
filters:
|
||||
status:
|
||||
group_info:
|
||||
|
|
|
@ -9,5 +9,8 @@ display:
|
|||
label: Usuario
|
||||
link:
|
||||
label: Operaciones
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Filter
|
||||
page:
|
||||
display_title: Página
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
_core:
|
||||
default_config_hash: x8k6uOqmSHPqpp71jYGxHF3_SAs3U-Pha3YCntQIhPU
|
||||
api_key: 0d9708666001345ed62e71b9744aca35-us20
|
||||
oauth_middleware_url: 'https://drupal-mailchimp-oauth.uw.r.appspot.com'
|
||||
api_timeout: 10
|
||||
cron: false
|
||||
batch_limit: 100
|
||||
|
@ -9,3 +10,4 @@ test_mode: false
|
|||
enable_connected: false
|
||||
connected_id: null
|
||||
connected_paths: null
|
||||
optin_check_email_msg: 'Please check your email to confirm your subscription.'
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
uuid: 88e54612-d4d1-4bf6-98e0-a08e9b6a1083
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: nameacontentmanagementframeworkwhichagarichasexpertisewith
|
||||
question: 'Name a content management framework which Agaric has expertise with!'
|
||||
solution: 'Drupal,Drupal!,Django,Django!,React,Hugo,Wordpress,ReadTheDocs,Flask,Drutopia,Visions Unite,VisionsUnite,FindIt,Find It'
|
||||
hint: null
|
|
@ -1,6 +0,0 @@
|
|||
_core:
|
||||
default_config_hash: pKKCV0W4-r3Zf1QQzR2HDXAXmfH81248yrY2d9iR7S4
|
||||
riddles:
|
||||
-
|
||||
question: 'Name a content management framework which Agaric has expertise with!'
|
||||
response: 'Drupal,Drupal!,Django,Django!,React,Hugo,Wordpress,ReadTheDocs,Flask,Drutopia,Visions Unite,VisionsUnite,FindIt,Find It'
|
|
@ -3,6 +3,7 @@ _core:
|
|||
langcode: en
|
||||
settings:
|
||||
default_status: open
|
||||
default_page: true
|
||||
default_page_base_path: /form
|
||||
default_ajax: false
|
||||
default_ajax_progress_type: throbber
|
||||
|
|
Loading…
Reference in a new issue