Skip to content

Commit

Permalink
Merge pull request #681 from danskernesdigitalebibliotek/release/2024…
Browse files Browse the repository at this point in the history
…-6-0

Release 2024.6.0
  • Loading branch information
kasperg authored Feb 6, 2024
2 parents 7c5965c + d89ecb1 commit 37ce44f
Show file tree
Hide file tree
Showing 200 changed files with 6,113 additions and 107 deletions.
7 changes: 6 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ tasks:
dev:enable-dev-tools:
desc: Enable dev modules and settings, which are not to be used in Prod. They are config-ignored
cmds:
- task dev:cli -- drush install -y devel dpl_example_content field_ui uuid_url views_ui
- task dev:cli -- drush install -y devel dpl_example_content field_ui uuid_url views_ui dblog

dev:enable-xdebug:
desc: 'Enable xdebug within the container.'
Expand Down Expand Up @@ -346,6 +346,11 @@ tasks:
# This is what matches our composer.json file.
JQ_INDENT: 4

dev:example-content:update:
desc: Update the example content module with data from the current site
cmds:
- cmd: task dev:cli -- drush default-content:export-module dpl_example_content

ci:reset:
desc: Create CI setup in a clean state
cmds:
Expand Down
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"type": "package",
"package": {
"name": "danskernesdigitalebibliotek/dpl-react",
"version": "2024.5.0",
"version": "2024.6.0",
"type": "drupal-library",
"dist": {
"url": "https://github.com/danskernesdigitalebibliotek/dpl-react/releases/download/2024.5.0/dist-2024-5-0-7fb49c7351e6f7f07c9b6c4421d6c834fbbb952b.zip",
"url": "https://github.com/danskernesdigitalebibliotek/dpl-react/releases/download/2024.6.0/dist-2024-6-0-09be350ce7473330cc1096c51dd8aabd23ee73f6.zip",
"type": "zip"
},
"require": {
Expand All @@ -52,9 +52,9 @@
"package": {
"name": "danskernesdigitalebibliotek/dpl-design-system",
"type": "drupal-library",
"version": "2024.5.0",
"version": "2024.6.0",
"dist": {
"url": "https://github.com/danskernesdigitalebibliotek/dpl-design-system/releases/download/2024.5.0/dist-2024-5-0-d17ec00d0db46973e99a8643a92b11e4eeb183d0.zip",
"url": "https://github.com/danskernesdigitalebibliotek/dpl-design-system/releases/download/2024.6.0/dist-2024-6-0-31e5576c610a9ffde29213207d730d8c2bf64d2f.zip",
"type": "zip"
}
}
Expand All @@ -74,8 +74,8 @@
"brick/math": "^0.12.1",
"composer/installers": "1.12.0",
"cweagans/composer-patches": "1.7.3",
"danskernesdigitalebibliotek/dpl-design-system": "^2024.5",
"danskernesdigitalebibliotek/dpl-react": "^2024.5",
"danskernesdigitalebibliotek/dpl-design-system": "2024.6.0",
"danskernesdigitalebibliotek/dpl-react": "2024.6.0",
"danskernesdigitalebibliotek/fbs-client": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"deoliveiralucas/array-keys-case-transform": "^1.1",
Expand Down Expand Up @@ -224,7 +224,8 @@
"3073554: Add a token for publication status": "https://www.drupal.org/files/issues/2019-08-09/3073554_10.patch",
"2981047: Allow adding computed bundle fields in Views": "https://git.drupalcode.org/project/drupal/-/merge_requests/4224.patch",
"2280639: Add the FieldStorageDefinition class to define field storage definitions in hook_entity_field_storage_info()": "https://www.drupal.org/files/issues/2023-09-05/2280639-d10-reroll-156.patch",
"3402656: Toolbar causes a Javascript error if the subtrees content changes between page loads": "https://git.drupalcode.org/issue/drupal-3402656/-/commit/61ac007a84014f54a07825f8f92bb6bc0dfbd170.patch"
"3402656: Toolbar causes a Javascript error if the subtrees content changes between page loads": "https://git.drupalcode.org/issue/drupal-3402656/-/commit/61ac007a84014f54a07825f8f92bb6bc0dfbd170.patch",
"2259567: Support SVG files for theme logo setting": "https://www.drupal.org/files/issues/2023-05-08/2259567-168.patch"
},
"drupal/default_content": {
"3200212: Overwrite files on import": "https://git.drupalcode.org/project/default_content/-/merge_requests/8.patch"
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions config/sync/core.base_field_override.node.page.promote.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 381291bc-9bc8-45b2-b9c6-d6ae81b809e8
langcode: en
status: true
dependencies:
config:
- node.type.page
id: node.page.promote
field_name: promote
entity_type: node
bundle: page
label: 'Promoted to front page'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
8 changes: 8 additions & 0 deletions config/sync/core.date_format.date_short_month.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
uuid: 6bc32b42-2cdf-40d8-8ce7-01ddd1f2e183
langcode: da
status: true
dependencies: { }
id: date_short_month
label: 'Date short month'
locked: false
pattern: 'd. M Y'
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.eventinstance.default.field_categories
- field.field.eventinstance.default.field_event_address
- field.field.eventinstance.default.field_event_description
- field.field.eventinstance.default.field_event_image
Expand All @@ -11,6 +12,7 @@ dependencies:
- field.field.eventinstance.default.field_event_partners
- field.field.eventinstance.default.field_event_place
- field.field.eventinstance.default.field_event_state
- field.field.eventinstance.default.field_tags
- field.field.eventinstance.default.field_teaser_image
- field.field.eventinstance.default.field_teaser_text
- field.field.eventinstance.default.field_ticket_categories
Expand All @@ -31,7 +33,7 @@ third_party_settings:
label: 'Teaser card'
region: content
parent_name: ''
weight: 11
weight: 12
format_type: details_sidebar
format_settings:
classes: ''
Expand All @@ -52,30 +54,36 @@ content:
region: content
settings: { }
third_party_settings: { }
field_categories:
type: options_select
weight: 3
region: content
settings: { }
third_party_settings: { }
field_event_address:
type: address_default
weight: 6
weight: 7
region: content
settings: { }
third_party_settings: { }
field_event_image:
type: media_library_widget
weight: 9
weight: 10
region: content
settings:
media_types: { }
third_party_settings: { }
field_event_link:
type: link_default
weight: 5
weight: 6
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_event_paragraphs:
type: paragraphs
weight: 10
weight: 11
region: content
settings:
title: Paragraph
Expand Down Expand Up @@ -103,15 +111,15 @@ content:
dialog_style: tiles
field_event_partners:
type: string_textfield
weight: 8
weight: 9
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_event_place:
type: string_textfield
weight: 7
weight: 8
region: content
settings:
size: 60
Expand All @@ -123,6 +131,16 @@ content:
region: content
settings: { }
third_party_settings: { }
field_tags:
type: entity_reference_autocomplete_tags
weight: 4
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_teaser_image:
type: media_library_widget
weight: 13
Expand All @@ -140,7 +158,7 @@ content:
third_party_settings: { }
field_ticket_categories:
type: paragraphs
weight: 4
weight: 5
region: content
settings:
title: Paragraph
Expand Down
Loading

0 comments on commit 37ce44f

Please sign in to comment.