Apply database updates
This commit is contained in:
parent
07349db33f
commit
f51e51e943
43 changed files with 48 additions and 15 deletions
|
@ -1,5 +1,6 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: NX6_WyjygzZfQY-9SZq6_5fmh_KUK7L0XlOqaAXkRCQ
|
default_config_hash: NX6_WyjygzZfQY-9SZq6_5fmh_KUK7L0XlOqaAXkRCQ
|
||||||
|
langcode: en
|
||||||
interval: 60000
|
interval: 60000
|
||||||
only_on_form_change: false
|
only_on_form_change: false
|
||||||
active_on:
|
active_on:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: u2wQ4ot4t4xKOJKWxoKwelgzx8j37Ve5SQ0qqxtVXlQ
|
default_config_hash: u2wQ4ot4t4xKOJKWxoKwelgzx8j37Ve5SQ0qqxtVXlQ
|
||||||
|
langcode: en
|
||||||
maxlength_block_class_field: 255
|
maxlength_block_class_field: 255
|
||||||
field_type: multiple_textfields
|
field_type: multiple_textfields
|
||||||
default_case: standard
|
default_case: standard
|
||||||
|
|
|
@ -6,5 +6,5 @@ _core:
|
||||||
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
|
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
|
||||||
id: basic
|
id: basic
|
||||||
label: 'Basic block'
|
label: 'Basic block'
|
||||||
revision: 0
|
revision: false
|
||||||
description: 'A basic block contains a title and a body.'
|
description: 'A basic block contains a title and a body.'
|
||||||
|
|
|
@ -6,5 +6,5 @@ _core:
|
||||||
default_config_hash: pOGP3cCvZKJh3KvC3N1wt5CzxZgG0DOu7KDyFMi3gZw
|
default_config_hash: pOGP3cCvZKJh3KvC3N1wt5CzxZgG0DOu7KDyFMi3gZw
|
||||||
id: slide
|
id: slide
|
||||||
label: Slide
|
label: Slide
|
||||||
revision: 1
|
revision: true
|
||||||
description: ''
|
description: ''
|
||||||
|
|
|
@ -77,6 +77,7 @@ content:
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
format_type: long
|
format_type: long
|
||||||
separator: '-'
|
separator: '-'
|
||||||
|
from_to: both
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: left
|
region: left
|
||||||
|
|
|
@ -63,6 +63,7 @@ content:
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
format_type: medium
|
format_type: medium
|
||||||
separator: '-'
|
separator: '-'
|
||||||
|
from_to: both
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: ds_content
|
region: ds_content
|
||||||
|
|
|
@ -69,6 +69,7 @@ content:
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
date_format: 'Y-m-d\TH:i:s'
|
date_format: 'Y-m-d\TH:i:s'
|
||||||
separator: '-'
|
separator: '-'
|
||||||
|
from_to: both
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: ds_content
|
region: ds_content
|
||||||
|
|
|
@ -73,6 +73,7 @@ content:
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
format_type: medium
|
format_type: medium
|
||||||
separator: '-'
|
separator: '-'
|
||||||
|
from_to: both
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 2
|
||||||
region: right
|
region: right
|
||||||
|
|
|
@ -68,7 +68,7 @@ image_upload:
|
||||||
status: true
|
status: true
|
||||||
scheme: public
|
scheme: public
|
||||||
directory: inline-images
|
directory: inline-images
|
||||||
max_size: ''
|
max_size: null
|
||||||
max_dimensions:
|
max_dimensions:
|
||||||
width: 0
|
width: null
|
||||||
height: 0
|
height: null
|
||||||
|
|
|
@ -62,7 +62,7 @@ image_upload:
|
||||||
status: true
|
status: true
|
||||||
scheme: public
|
scheme: public
|
||||||
directory: inline-images
|
directory: inline-images
|
||||||
max_size: ''
|
max_size: null
|
||||||
max_dimensions:
|
max_dimensions:
|
||||||
width: 0
|
width: null
|
||||||
height: 0
|
height: null
|
||||||
|
|
|
@ -7,7 +7,7 @@ _core:
|
||||||
name: Article
|
name: Article
|
||||||
type: article
|
type: article
|
||||||
description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'
|
description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'
|
||||||
help: ''
|
help: null
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: true
|
display_submitted: true
|
||||||
|
|
|
@ -14,7 +14,7 @@ _core:
|
||||||
name: Blog
|
name: Blog
|
||||||
type: blog
|
type: blog
|
||||||
description: 'Use <em>blog</em> for personal or journal-like posts.'
|
description: 'Use <em>blog</em> for personal or journal-like posts.'
|
||||||
help: ''
|
help: null
|
||||||
new_revision: false
|
new_revision: false
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: true
|
display_submitted: true
|
||||||
|
|
|
@ -14,7 +14,7 @@ _core:
|
||||||
name: Event
|
name: Event
|
||||||
type: event
|
type: event
|
||||||
description: 'An <em>event</em> contains a date.'
|
description: 'An <em>event</em> contains a date.'
|
||||||
help: ''
|
help: null
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: false
|
display_submitted: false
|
||||||
|
|
|
@ -14,7 +14,7 @@ _core:
|
||||||
name: 'Landing page (DEPRECATED)'
|
name: 'Landing page (DEPRECATED)'
|
||||||
type: landing_page
|
type: landing_page
|
||||||
description: 'Use Page instead. (Landing pages can be used for custom pages such as the home page.)'
|
description: 'Use Page instead. (Landing pages can be used for custom pages such as the home page.)'
|
||||||
help: ''
|
help: null
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: false
|
display_submitted: false
|
||||||
|
|
|
@ -15,7 +15,7 @@ _core:
|
||||||
name: Page
|
name: Page
|
||||||
type: page
|
type: page
|
||||||
description: "Use <em>pages</em> for your static content, such as an 'About us' page."
|
description: "Use <em>pages</em> for your static content, such as an 'About us' page."
|
||||||
help: ''
|
help: null
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: false
|
display_submitted: false
|
||||||
|
|
|
@ -14,7 +14,7 @@ _core:
|
||||||
name: Person
|
name: Person
|
||||||
type: people
|
type: people
|
||||||
description: 'Use the <em>person</em> content type for people such as staff, volunteers, contributors.'
|
description: 'Use the <em>person</em> content type for people such as staff, volunteers, contributors.'
|
||||||
help: ''
|
help: null
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: false
|
display_submitted: false
|
||||||
|
|
|
@ -14,7 +14,7 @@ _core:
|
||||||
name: Resource
|
name: Resource
|
||||||
type: resource
|
type: resource
|
||||||
description: 'A resource can be either a file, such as a PDF, or a link, such as a website URL.'
|
description: 'A resource can be either a file, such as a PDF, or a link, such as a website URL.'
|
||||||
help: ''
|
help: null
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: false
|
display_submitted: false
|
||||||
|
|
|
@ -3,3 +3,4 @@ _core:
|
||||||
threshold:
|
threshold:
|
||||||
requirements_warning: 172800
|
requirements_warning: 172800
|
||||||
requirements_error: 1209600
|
requirements_error: 1209600
|
||||||
|
logging: false
|
||||||
|
|
|
@ -8,3 +8,4 @@ name: 'Article type'
|
||||||
vid: article_type
|
vid: article_type
|
||||||
description: 'For categorizing articles.'
|
description: 'For categorizing articles.'
|
||||||
weight: 0
|
weight: 0
|
||||||
|
new_revision: false
|
||||||
|
|
|
@ -8,3 +8,4 @@ name: 'Event type'
|
||||||
vid: event_type
|
vid: event_type
|
||||||
description: 'For categorizing events.'
|
description: 'For categorizing events.'
|
||||||
weight: 0
|
weight: 0
|
||||||
|
new_revision: false
|
||||||
|
|
|
@ -8,3 +8,4 @@ name: 'People type'
|
||||||
vid: people_type
|
vid: people_type
|
||||||
description: 'For categorizing people content.'
|
description: 'For categorizing people content.'
|
||||||
weight: 0
|
weight: 0
|
||||||
|
new_revision: false
|
||||||
|
|
|
@ -8,3 +8,4 @@ name: 'Resource type'
|
||||||
vid: resource_type
|
vid: resource_type
|
||||||
description: 'For categorizing resources.'
|
description: 'For categorizing resources.'
|
||||||
weight: 0
|
weight: 0
|
||||||
|
new_revision: false
|
||||||
|
|
|
@ -8,3 +8,4 @@ name: Tags
|
||||||
vid: tags
|
vid: tags
|
||||||
description: 'Use tags to group content if you need categories beyond the given topics.'
|
description: 'Use tags to group content if you need categories beyond the given topics.'
|
||||||
weight: 0
|
weight: 0
|
||||||
|
new_revision: false
|
||||||
|
|
|
@ -8,3 +8,4 @@ name: Topics
|
||||||
vid: topics
|
vid: topics
|
||||||
description: 'Use topics to group content into categories.'
|
description: 'Use topics to group content into categories.'
|
||||||
weight: 0
|
weight: 0
|
||||||
|
new_revision: false
|
||||||
|
|
|
@ -43,6 +43,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -99,6 +99,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -287,6 +287,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -99,6 +99,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -550,6 +550,7 @@ display:
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -255,6 +255,7 @@ display:
|
||||||
previous: '‹ Previous'
|
previous: '‹ Previous'
|
||||||
first: '« First'
|
first: '« First'
|
||||||
last: 'Last »'
|
last: 'Last »'
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -99,6 +99,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -535,6 +535,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
@ -1070,6 +1071,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
empty: { }
|
empty: { }
|
||||||
arguments:
|
arguments:
|
||||||
fid:
|
fid:
|
||||||
|
|
|
@ -47,6 +47,7 @@ display:
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -210,6 +210,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -539,6 +539,7 @@ display:
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -153,6 +153,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -432,6 +432,7 @@ display:
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -68,6 +68,7 @@ display:
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
pagination_heading_level: h4
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -64,6 +64,7 @@ display:
|
||||||
tags:
|
tags:
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
next: ››
|
next: ››
|
||||||
|
pagination_heading_level: h4
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -99,6 +99,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -43,6 +43,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -480,6 +480,7 @@ display:
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -454,6 +454,7 @@ display:
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- All -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
|
pagination_heading_level: h4
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue