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