Compare commits

...

3 commits

45 changed files with 1147 additions and 1046 deletions

View file

@ -213,7 +213,7 @@
"patches": {
"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",
"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"
},
"drupal/ds": {

2128
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,6 @@
_core:
default_config_hash: NX6_WyjygzZfQY-9SZq6_5fmh_KUK7L0XlOqaAXkRCQ
langcode: en
interval: 60000
only_on_form_change: false
active_on:

View file

@ -1,5 +1,6 @@
_core:
default_config_hash: u2wQ4ot4t4xKOJKWxoKwelgzx8j37Ve5SQ0qqxtVXlQ
langcode: en
maxlength_block_class_field: 255
field_type: multiple_textfields
default_case: standard

View file

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

View file

@ -6,5 +6,5 @@ _core:
default_config_hash: pOGP3cCvZKJh3KvC3N1wt5CzxZgG0DOu7KDyFMi3gZw
id: slide
label: Slide
revision: 1
revision: true
description: ''

View file

@ -77,6 +77,7 @@ content:
timezone_override: ''
format_type: long
separator: '-'
from_to: both
third_party_settings: { }
weight: 1
region: left

View file

@ -63,6 +63,7 @@ content:
timezone_override: ''
format_type: medium
separator: '-'
from_to: both
third_party_settings: { }
weight: 1
region: ds_content

View file

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

View file

@ -73,6 +73,7 @@ content:
timezone_override: ''
format_type: medium
separator: '-'
from_to: both
third_party_settings: { }
weight: 2
region: right

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -8,3 +8,4 @@ name: 'Article type'
vid: article_type
description: 'For categorizing articles.'
weight: 0
new_revision: false

View file

@ -8,3 +8,4 @@ name: 'Event type'
vid: event_type
description: 'For categorizing events.'
weight: 0
new_revision: false

View file

@ -8,3 +8,4 @@ name: 'People type'
vid: people_type
description: 'For categorizing people content.'
weight: 0
new_revision: false

View file

@ -8,3 +8,4 @@ name: 'Resource type'
vid: resource_type
description: 'For categorizing resources.'
weight: 0
new_revision: false

View file

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

View file

@ -8,3 +8,4 @@ name: Topics
vid: topics
description: 'Use topics to group content into categories.'
weight: 0
new_revision: false

View file

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

View file

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

View file

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

View file

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

View file

@ -550,6 +550,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:

View file

@ -255,6 +255,7 @@ display:
previous: ' Previous'
first: '« First'
last: 'Last »'
pagination_heading_level: h4
exposed_form:
type: basic
options:

View file

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

View file

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

View file

@ -47,6 +47,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:

View file

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

View file

@ -539,6 +539,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:

View file

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

View file

@ -432,6 +432,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:

View file

@ -68,6 +68,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
style:
type: table
options:

View file

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

View file

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

View file

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

View file

@ -480,6 +480,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:

View file

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