Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
yepzdk committed May 14, 2024
2 parents 9d4726d + 90a351d commit bfacd05
Show file tree
Hide file tree
Showing 44 changed files with 419 additions and 81 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,19 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.4.0] - 2024-05-14

* [PR-407](https://github.com/itk-dev/hoeringsportal/pull/407)
Fix fontawesome issues
* [PR-406](https://github.com/itk-dev/hoeringsportal/pull/406)
Infobox styling
* [PR-405](https://github.com/itk-dev/hoeringsportal/pull/405)
Add paragraph for files
* [PR-404](https://github.com/itk-dev/hoeringsportal/pull/404)
UI fixes after project release

## [4.3.0] - 2024-04-29

* [PR-402](https://github.com/itk-dev/hoeringsportal/pull/402)
Project list filters: remove categories
* [PR-395](https://github.com/itk-dev/hoeringsportal/pull/395)
Project fixtures
* [PR-398](https://github.com/itk-dev/hoeringsportal/pull/398)
Expand Down Expand Up @@ -203,7 +212,8 @@ Updated drupal core 8.6.16

Initial release

[Unreleased]: https://github.com/itk-dev/hoeringsportal/compare/4.3.0...HEAD
[Unreleased]: https://github.com/itk-dev/hoeringsportal/compare/4.4.0...HEAD
[4.4.0]: https://github.com/itk-dev/hoeringsportal/compare/4.3.0...4.4.0
[4.3.0]: https://github.com/itk-dev/hoeringsportal/compare/4.2.2...4.3.0
[4.2.2]: https://github.com/itk-dev/hoeringsportal/compare/4.2.1...4.2.2
[4.2.1]: https://github.com/itk-dev/hoeringsportal/compare/4.2.0...4.2.1
Expand Down
34 changes: 34 additions & 0 deletions config/sync/core.entity_form_display.paragraph.files.default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
uuid: 458df720-e0e0-4169-bdcb-c3b73826dfaf
langcode: da
status: true
dependencies:
config:
- field.field.paragraph.files.field_files
- field.field.paragraph.files.field_title
- paragraphs.paragraphs_type.files
id: paragraph.files.default
targetEntityType: paragraph
bundle: files
mode: default
content:
field_files:
type: entity_reference_autocomplete
weight: 1
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.field.paragraph.info_box.field_content_block_text
- field.field.paragraph.info_box.field_paragraph_title
- field.field.paragraph.info_box.field_variant
- paragraphs.paragraphs_type.info_box
module:
- text
Expand All @@ -29,6 +30,12 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
field_variant:
type: options_select
weight: 3
region: content
settings: { }
third_party_settings: { }
hidden:
created: true
status: true
31 changes: 31 additions & 0 deletions config/sync/core.entity_view_display.paragraph.files.default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
uuid: 007ebc45-761d-4581-bec4-1a3746342f72
langcode: da
status: true
dependencies:
config:
- field.field.paragraph.files.field_files
- field.field.paragraph.files.field_title
- paragraphs.paragraphs_type.files
id: paragraph.files.default
targetEntityType: paragraph
bundle: files
mode: default
content:
field_files:
type: entity_reference_entity_view
label: hidden
settings:
view_mode: material_display
link: false
third_party_settings: { }
weight: 1
region: content
field_title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ dependencies:
config:
- field.field.paragraph.info_box.field_content_block_text
- field.field.paragraph.info_box.field_paragraph_title
- field.field.paragraph.info_box.field_variant
- paragraphs.paragraphs_type.info_box
module:
- options
- text
id: paragraph.info_box.default
targetEntityType: paragraph
Expand All @@ -28,4 +30,11 @@ content:
third_party_settings: { }
weight: 0
region: content
field_variant:
type: list_key
label: hidden
settings: { }
third_party_settings: { }
weight: 3
region: content
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- field.storage.node.field_content_sections
- node.type.project_main_page
- paragraphs.paragraphs_type.content_block
- paragraphs.paragraphs_type.files
- paragraphs.paragraphs_type.image
- paragraphs.paragraphs_type.info_box
- paragraphs.paragraphs_type.introduction
Expand Down Expand Up @@ -35,6 +36,7 @@ settings:
info_box: info_box
introduction: introduction
teaser_row: teaser_row
files: files
negate: 0
target_bundles_drag_drop:
content_block:
Expand All @@ -43,6 +45,9 @@ settings:
content_list:
weight: -20
enabled: false
files:
weight: 13
enabled: true
image:
weight: -22
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- field.storage.node.field_content_sections
- node.type.project_page
- paragraphs.paragraphs_type.content_block
- paragraphs.paragraphs_type.files
- paragraphs.paragraphs_type.image
- paragraphs.paragraphs_type.info_box
- paragraphs.paragraphs_type.introduction
Expand Down Expand Up @@ -34,6 +35,7 @@ settings:
info_box: info_box
introduction: introduction
teaser_row: teaser_row
files: files
text_aside_blocks_2_column: text_aside_blocks_2_column
negate: 0
target_bundles_drag_drop:
Expand All @@ -43,6 +45,9 @@ settings:
content_list:
weight: -18
enabled: false
files:
weight: 13
enabled: true
image:
weight: -20
enabled: true
Expand Down
31 changes: 31 additions & 0 deletions config/sync/field.field.paragraph.files.field_files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
uuid: 6ea32cf8-12f7-4989-b7c0-b3c6fe0f5887
langcode: da
status: true
dependencies:
config:
- field.storage.paragraph.field_files
- media.type.document
- media.type.image
- paragraphs.paragraphs_type.files
id: paragraph.files.field_files
field_name: field_files
entity_type: paragraph
bundle: files
label: Files
description: 'Used to reference the files'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:media'
handler_settings:
target_bundles:
image: image
document: document
sort:
field: _none
direction: ASC
auto_create: false
auto_create_bundle: image
field_type: entity_reference
19 changes: 19 additions & 0 deletions config/sync/field.field.paragraph.files.field_title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
uuid: 57f24aa7-0238-4330-8266-f6c9e9307704
langcode: da
status: true
dependencies:
config:
- field.storage.paragraph.field_title
- paragraphs.paragraphs_type.files
id: paragraph.files.field_title
field_name: field_title
entity_type: paragraph
bundle: files
label: Title
description: 'Used for the title'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string
23 changes: 23 additions & 0 deletions config/sync/field.field.paragraph.info_box.field_variant.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
uuid: 0c6fc12b-e5a7-4bea-95f2-3b82a2da0124
langcode: da
status: true
dependencies:
config:
- field.storage.paragraph.field_variant
- paragraphs.paragraphs_type.info_box
module:
- options
id: paragraph.info_box.field_variant
field_name: field_variant
entity_type: paragraph
bundle: info_box
label: Variant
description: 'Used to set the variant style for the info box.'
required: false
translatable: false
default_value:
-
value: petroleum_light
default_value_callback: ''
settings: { }
field_type: list_string
20 changes: 20 additions & 0 deletions config/sync/field.storage.paragraph.field_files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
uuid: b3aa2101-054f-4c60-821b-3b39df4efe02
langcode: da
status: true
dependencies:
module:
- media
- paragraphs
id: paragraph.field_files
field_name: field_files
entity_type: paragraph
type: entity_reference
settings:
target_type: media
module: core
locked: false
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
36 changes: 36 additions & 0 deletions config/sync/field.storage.paragraph.field_variant.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
uuid: b05341ee-5214-44ae-8e24-6666af4f22f7
langcode: da
status: true
dependencies:
module:
- options
- paragraphs
id: paragraph.field_variant
field_name: field_variant
entity_type: paragraph
type: list_string
settings:
allowed_values:
-
value: danger
label: Danger
-
value: warning
label: Warning
-
value: info
label: Info
-
value: petroleum_light
label: 'Petroleum light'
-
value: petroleum
label: Petroleum
allowed_values_function: ''
module: options
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
10 changes: 10 additions & 0 deletions config/sync/paragraphs.paragraphs_type.files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
uuid: 50378b6f-ed0f-41ae-98af-1afa956943b0
langcode: da
status: true
dependencies: { }
id: files
label: Files
icon_uuid: null
icon_default: null
description: 'Used to upload files that the user can download'
behavior_plugins: { }
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"module/signup",
"module/list",
"module/pager",
"module/paragraph-files",
"module/info_box",
"module/search",
"module/newsletter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
display: inline-block;
}

p {
p, ul, ol {
font-size: 1.1rem;
line-height: 1.65;
}
Expand Down
Loading

0 comments on commit bfacd05

Please sign in to comment.