Compare commits

..

3 commits

45 changed files with 1147 additions and 1046 deletions

View file

@ -213,7 +213,7 @@
"patches": { "patches": {
"drupal/core": { "drupal/core": {
"Adding attributes to views-view-list.html.twig doesn't work if Views List class Style option is empty": "https://www.drupal.org/files/issues/2023-03-16/2845400-24.patch", "Adding attributes to views-view-list.html.twig doesn't work if Views List class Style option is empty": "https://www.drupal.org/files/issues/2023-03-16/2845400-24.patch",
"Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2021-12-01/2648950-257.patch", "Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2024-06-24/2648950-283.patch",
"Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch" "Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch"
}, },
"drupal/ds": { "drupal/ds": {

2128
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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:

View file

@ -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

View file

@ -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.'

View file

@ -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: ''

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -3,3 +3,4 @@ _core:
threshold: threshold:
requirements_warning: 172800 requirements_warning: 172800
requirements_error: 1209600 requirements_error: 1209600
logging: false

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -64,6 +64,7 @@ display:
tags: tags:
previous: previous:
next: next:
pagination_heading_level: h4
style: style:
type: table type: table
options: options:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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: