Skip to content

Commit 1cb276b

Browse files
committed
Updated config and theme
1 parent 39d4e57 commit 1cb276b

83 files changed

Lines changed: 1757 additions & 121 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"drupal/entity_browser": "^2.6",
3838
"drupal/entityqueue": "^1.0@alpha",
3939
"drupal/field_group": "^3.0",
40+
"drupal/file_resup": "^2.0",
4041
"drupal/flag": "^5.0",
4142
"drupal/hoeringsportal_audit_log": "^1.0",
4243
"drupal/hoeringsportal_citizen_proposal": "^1.0",

composer.lock

Lines changed: 49 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/sync/clamav.settings.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
uuid: f524e7fb-c700-4c0a-8ea1-f1f993fc1a2a
2+
langcode: da
3+
status: true
4+
dependencies: { }
5+
id: early_inclusion_comment
6+
label: Comment
7+
target_entity_type_id: node
8+
description: 'Comments related to early inclusion'
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
uuid: de7a9b01-3c91-46bf-b779-29641009f7c1
2+
langcode: da
3+
status: true
4+
dependencies:
5+
config:
6+
- node.type.dialogue_proposal
7+
id: node.dialogue_proposal.promote
8+
field_name: promote
9+
entity_type: node
10+
bundle: dialogue_proposal
11+
label: 'Promoted to front page'
12+
description: ''
13+
required: false
14+
translatable: true
15+
default_value:
16+
-
17+
value: 0
18+
default_value_callback: ''
19+
settings:
20+
on_label: 'On'
21+
off_label: 'Off'
22+
field_type: boolean
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
uuid: f98bf0d7-6ebc-486b-b1c5-2895395bd739
2+
langcode: da
3+
status: true
4+
dependencies:
5+
config:
6+
- node.type.dialogue_proposal
7+
id: node.dialogue_proposal.title
8+
field_name: title
9+
entity_type: node
10+
bundle: dialogue_proposal
11+
label: 'Proposal title'
12+
description: ''
13+
required: true
14+
translatable: true
15+
default_value: { }
16+
default_value_callback: ''
17+
settings: { }
18+
field_type: string
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
uuid: 231d1efa-b51c-40bd-8b41-4653beeabb38
2+
langcode: da
3+
status: true
4+
dependencies:
5+
config:
6+
- comment.type.early_inclusion_comment
7+
- field.field.comment.early_inclusion_comment.field_comment
8+
id: comment.early_inclusion_comment.default
9+
targetEntityType: comment
10+
bundle: early_inclusion_comment
11+
mode: default
12+
content:
13+
field_comment:
14+
type: string_textarea
15+
weight: 0
16+
region: content
17+
settings:
18+
rows: 5
19+
placeholder: ''
20+
third_party_settings: { }
21+
hidden:
22+
author: true
23+
langcode: true
24+
subject: true

config/sync/core.entity_form_display.node.dialogue.default.yml

Lines changed: 57 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,18 @@ dependencies:
77
- field.field.node.dialogue.field_area
88
- field.field.node.dialogue.field_content_sections
99
- field.field.node.dialogue.field_department
10+
- field.field.node.dialogue.field_dialogue_proposal_category
11+
- field.field.node.dialogue.field_dialogue_proposal_config
12+
- field.field.node.dialogue.field_dialogue_proposal_location
13+
- field.field.node.dialogue.field_dialogue_proposal_zoom
1014
- field.field.node.dialogue.field_teaser
1115
- field.field.node.dialogue.field_top_images
1216
- field.field.node.dialogue.field_type
1317
- node.type.dialogue
1418
module:
1519
- entity_browser
1620
- field_group
21+
- hoeringsportal_data
1722
- paragraphs
1823
third_party_settings:
1924
field_group:
@@ -25,7 +30,7 @@ third_party_settings:
2530
label: Informationer
2631
region: content
2732
parent_name: ''
28-
weight: 5
33+
weight: 6
2934
format_type: details
3035
format_settings:
3136
classes: ''
@@ -35,6 +40,25 @@ third_party_settings:
3540
open: true
3641
description: ''
3742
required_fields: false
43+
group_proposal_settings:
44+
children:
45+
- field_dialogue_proposal_config
46+
- field_dialogue_proposal_category
47+
- field_dialogue_proposal_location
48+
- field_dialogue_proposal_zoom
49+
label: 'Proposal settings'
50+
region: content
51+
parent_name: ''
52+
weight: 5
53+
format_type: details
54+
format_settings:
55+
classes: ''
56+
show_empty_fields: false
57+
id: ''
58+
label_as_html: false
59+
open: true
60+
description: ''
61+
required_fields: false
3862
id: node.dialogue.default
3963
targetEntityType: node
4064
bundle: dialogue
@@ -48,7 +72,7 @@ content:
4872
third_party_settings: { }
4973
field_content_sections:
5074
type: paragraphs
51-
weight: 5
75+
weight: 4
5276
region: content
5377
settings:
5478
title: Paragraph
@@ -72,6 +96,36 @@ content:
7296
region: content
7397
settings: { }
7498
third_party_settings: { }
99+
field_dialogue_proposal_category:
100+
type: options_buttons
101+
weight: 29
102+
region: content
103+
settings: { }
104+
third_party_settings: { }
105+
field_dialogue_proposal_config:
106+
type: options_buttons
107+
weight: 28
108+
region: content
109+
settings: { }
110+
third_party_settings: { }
111+
field_dialogue_proposal_location:
112+
type: hoeringsportal_data_map_default
113+
weight: 30
114+
region: content
115+
settings:
116+
available_types:
117+
point: point
118+
localplanids: 0
119+
localplanids_node: 0
120+
third_party_settings: { }
121+
field_dialogue_proposal_zoom:
122+
type: string_textfield
123+
weight: 31
124+
region: content
125+
settings:
126+
size: 60
127+
placeholder: ''
128+
third_party_settings: { }
75129
field_teaser:
76130
type: string_textarea
77131
weight: 2
@@ -103,7 +157,7 @@ content:
103157
third_party_settings: { }
104158
status:
105159
type: boolean_checkbox
106-
weight: 4
160+
weight: 3
107161
region: content
108162
settings:
109163
display_label: true
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
uuid: f9fb8e18-a231-4417-a860-58efbca035dc
2+
langcode: da
3+
status: true
4+
dependencies:
5+
config:
6+
- field.field.node.dialogue_proposal.field_dialogue
7+
- field.field.node.dialogue_proposal.field_dialogue_proposal_category
8+
- field.field.node.dialogue_proposal.field_dialogue_proposal_descr
9+
- field.field.node.dialogue_proposal.field_image_upload
10+
- field.field.node.dialogue_proposal.field_location
11+
- image.style.thumbnail
12+
- node.type.dialogue_proposal
13+
module:
14+
- hoeringsportal_data
15+
- svg_image
16+
id: node.dialogue_proposal.default
17+
targetEntityType: node
18+
bundle: dialogue_proposal
19+
mode: default
20+
content:
21+
field_dialogue_proposal_category:
22+
type: options_buttons
23+
weight: 2
24+
region: content
25+
settings: { }
26+
third_party_settings: { }
27+
field_dialogue_proposal_descr:
28+
type: string_textarea
29+
weight: 1
30+
region: content
31+
settings:
32+
rows: 5
33+
placeholder: ''
34+
third_party_settings: { }
35+
field_image_upload:
36+
type: image_image
37+
weight: 3
38+
region: content
39+
settings:
40+
progress_indicator: throbber
41+
preview_image_style: thumbnail
42+
third_party_settings: { }
43+
field_location:
44+
type: hoeringsportal_data_map_default
45+
weight: 4
46+
region: content
47+
settings:
48+
available_types:
49+
point: point
50+
localplanids: 0
51+
localplanids_node: 0
52+
third_party_settings: { }
53+
title:
54+
type: string_textfield
55+
weight: 0
56+
region: content
57+
settings:
58+
size: 60
59+
placeholder: ''
60+
third_party_settings: { }
61+
hidden:
62+
created: true
63+
field_dialogue: true
64+
langcode: true
65+
path: true
66+
promote: true
67+
published_at: true
68+
status: true
69+
sticky: true
70+
uid: true
71+
url_redirects: true
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
uuid: b46bd223-172f-4262-8850-9722c21c895a
2+
langcode: da
3+
status: true
4+
dependencies:
5+
config:
6+
- comment.type.early_inclusion_comment
7+
- field.field.comment.early_inclusion_comment.field_comment
8+
id: comment.early_inclusion_comment.default
9+
targetEntityType: comment
10+
bundle: early_inclusion_comment
11+
mode: default
12+
content:
13+
field_comment:
14+
type: basic_string
15+
label: above
16+
settings: { }
17+
third_party_settings: { }
18+
weight: 11
19+
region: content
20+
flag_support_comment:
21+
settings: { }
22+
third_party_settings: { }
23+
weight: 10
24+
region: content
25+
hidden:
26+
langcode: true
27+
links: true
28+
search_api_excerpt: true

0 commit comments

Comments
 (0)