Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

* [PR-557](https://github.com/itk-dev/deltag.aarhus.dk/pull/557)
* Change dialogue proposal backend
* Add seperate view for dialogue proposal comments
* Deny access for admin comments tab in general
* Update user permissions
* Add access restrictions on unpublished comments

* [PR-555](https://github.com/itk-dev/deltag.aarhus.dk/pull/555)
* Add underline to active navigation.
* Adjust header witdt
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
uuid: 221573ae-885d-4830-a4ab-a4aea8d830e4
langcode: da
status: true
dependencies:
config:
- field.field.paragraph.accordion.field_accordion_items
- paragraphs.paragraphs_type.accordion
module:
- paragraphs
id: paragraph.accordion.default
targetEntityType: paragraph
bundle: accordion
mode: default
content:
field_accordion_items:
type: paragraphs
weight: 0
region: content
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: open
closed_mode: summary
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: ''
features:
collapse_edit_all: collapse_edit_all
duplicate: duplicate
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
uuid: 439cd0ad-44d2-49a6-a77e-a54dd7d90030
langcode: da
status: true
dependencies:
config:
- field.field.paragraph.accordion_item.field_accordion_content
- field.field.paragraph.accordion_item.field_accordion_item_header
- paragraphs.paragraphs_type.accordion_item
module:
- text
id: paragraph.accordion_item.default
targetEntityType: paragraph
bundle: accordion_item
mode: default
content:
field_accordion_content:
type: text_textarea
weight: 1
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_accordion_item_header:
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
@@ -0,0 +1,25 @@
uuid: 6f7878fd-ddd5-4af9-8b85-1833361524b1
langcode: da
status: true
dependencies:
config:
- field.field.paragraph.accordion.field_accordion_items
- paragraphs.paragraphs_type.accordion
module:
- entity_reference_revisions
id: paragraph.accordion.default
targetEntityType: paragraph
bundle: accordion
mode: default
content:
field_accordion_items:
type: entity_reference_revisions_entity_view
label: hidden
settings:
view_mode: default
link: ''
third_party_settings: { }
weight: 0
region: content
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
uuid: b3276a51-82c4-428e-8ae2-c38f78e0393c
langcode: da
status: true
dependencies:
config:
- field.field.paragraph.accordion_item.field_accordion_content
- field.field.paragraph.accordion_item.field_accordion_item_header
- paragraphs.paragraphs_type.accordion_item
module:
- text
id: paragraph.accordion_item.default
targetEntityType: paragraph
bundle: accordion_item
mode: default
content:
field_accordion_content:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 1
region: content
field_accordion_item_header:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.node.field_content_sections
- node.type.dialogue
- paragraphs.paragraphs_type.accordion
- paragraphs.paragraphs_type.content_block
- paragraphs.paragraphs_type.files
- paragraphs.paragraphs_type.image
Expand Down Expand Up @@ -38,9 +39,13 @@ settings:
introduction: introduction
teaser_row: teaser_row
files: files
accordion: accordion
video: video
negate: 0
target_bundles_drag_drop:
accordion:
weight: 18
enabled: true
content_block:
weight: -21
enabled: true
Expand Down
8 changes: 8 additions & 0 deletions config/sync/field.field.node.landing_page.field_section.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.node.field_section
- node.type.landing_page
- paragraphs.paragraphs_type.accordion
- paragraphs.paragraphs_type.content_block
- paragraphs.paragraphs_type.content_list
- paragraphs.paragraphs_type.content_promotion
Expand Down Expand Up @@ -32,9 +33,13 @@ settings:
content_list: content_list
teaser_row: teaser_row
content_promotion: content_promotion
accordion: accordion
links_on_a_background_image: links_on_a_background_image
negate: 0
target_bundles_drag_drop:
accordion:
weight: 18
enabled: true
content_block:
weight: 5
enabled: true
Expand Down Expand Up @@ -80,4 +85,7 @@ settings:
timeline_period:
weight: 26
enabled: false
video:
weight: 34
enabled: false
field_type: entity_reference_revisions
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.node.field_content_sections
- node.type.project_page
- paragraphs.paragraphs_type.accordion
- paragraphs.paragraphs_type.content_block
- paragraphs.paragraphs_type.files
- paragraphs.paragraphs_type.image
Expand Down Expand Up @@ -36,15 +37,22 @@ settings:
introduction: introduction
teaser_row: teaser_row
files: files
accordion: accordion
text_aside_blocks_2_column: text_aside_blocks_2_column
negate: 0
target_bundles_drag_drop:
accordion:
weight: 18
enabled: true
content_block:
weight: -19
enabled: true
content_list:
weight: -18
enabled: false
content_promotion:
weight: 21
enabled: false
files:
weight: 13
enabled: true
Expand All @@ -57,6 +65,12 @@ settings:
introduction:
weight: -16
enabled: true
link:
weight: 26
enabled: false
links_on_a_background_image:
weight: 27
enabled: false
projekt_billede_galleri:
weight: -15
enabled: false
Expand All @@ -75,4 +89,7 @@ settings:
timeline_period:
weight: -12
enabled: false
video:
weight: 34
enabled: false
field_type: entity_reference_revisions
26 changes: 26 additions & 0 deletions config/sync/field.field.node.public_meeting.field_section.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.node.field_section
- node.type.public_meeting
- paragraphs.paragraphs_type.accordion
- paragraphs.paragraphs_type.content_block
- paragraphs.paragraphs_type.info_box
module:
Expand All @@ -25,14 +26,24 @@ settings:
target_bundles:
content_block: content_block
info_box: info_box
accordion: accordion
negate: 0
target_bundles_drag_drop:
accordion:
weight: 18
enabled: true
content_block:
weight: 9
enabled: true
content_list:
weight: 10
enabled: false
content_promotion:
weight: 21
enabled: false
files:
weight: 22
enabled: false
image:
weight: 11
enabled: false
Expand All @@ -42,6 +53,12 @@ settings:
introduction:
weight: 12
enabled: false
link:
weight: 26
enabled: false
links_on_a_background_image:
weight: 27
enabled: false
projekt_billede_galleri:
weight: 13
enabled: false
Expand All @@ -51,7 +68,16 @@ settings:
text:
weight: 15
enabled: false
text_aside_blocks_2_column:
weight: 31
enabled: false
timeline_items:
weight: 16
enabled: false
timeline_period:
weight: 33
enabled: false
video:
weight: 34
enabled: false
field_type: entity_reference_revisions
35 changes: 35 additions & 0 deletions config/sync/field.field.node.static_page.field_section.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.node.field_section
- node.type.static_page
- paragraphs.paragraphs_type.accordion
- paragraphs.paragraphs_type.image
- paragraphs.paragraphs_type.introduction
- paragraphs.paragraphs_type.text
Expand All @@ -27,24 +28,58 @@ settings:
image: image
introduction: introduction
text: text
accordion: accordion
negate: 0
target_bundles_drag_drop:
accordion:
weight: 18
enabled: true
content_block:
weight: 8
enabled: false
content_list:
weight: 9
enabled: false
content_promotion:
weight: 21
enabled: false
files:
weight: 22
enabled: false
image:
weight: 7
enabled: true
info_box:
weight: 24
enabled: false
introduction:
weight: 10
enabled: true
link:
weight: 26
enabled: false
links_on_a_background_image:
weight: 27
enabled: false
projekt_billede_galleri:
weight: 28
enabled: false
teaser_row:
weight: 11
enabled: false
text:
weight: 12
enabled: true
text_aside_blocks_2_column:
weight: 31
enabled: false
timeline_items:
weight: 32
enabled: false
timeline_period:
weight: 33
enabled: false
video:
weight: 34
enabled: false
field_type: entity_reference_revisions
Loading
Loading