Skip to content

Commit 8df6adc

Browse files
committed
chore: production config export for next deploy
1 parent 1f76abb commit 8df6adc

6 files changed

+40
-2
lines changed

Diff for: config/field.field.node.resource_collection.field_content.yml

+32
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ dependencies:
88
- paragraphs.paragraphs_type.document
99
- paragraphs.paragraphs_type.section
1010
module:
11+
- disable_field
1112
- entity_reference_revisions
13+
- tmgmt_content
14+
third_party_settings:
15+
disable_field:
16+
add_disable: none
17+
edit_disable: none
18+
tmgmt_content:
19+
excluded: false
1220
id: node.resource_collection.field_content
1321
field_name: field_content
1422
entity_type: node
@@ -42,6 +50,9 @@ settings:
4250
additional_info:
4351
weight: 38
4452
enabled: false
53+
agency_section:
54+
weight: 80
55+
enabled: false
4556
agenda_item:
4657
weight: 71
4758
enabled: false
@@ -84,6 +95,9 @@ settings:
8495
data_story_reference_section:
8596
weight: 83
8697
enabled: false
98+
data_story_reference_subsection:
99+
weight: 95
100+
enabled: false
87101
data_story_section:
88102
weight: 81
89103
enabled: false
@@ -111,6 +125,9 @@ settings:
111125
events:
112126
weight: 52
113127
enabled: false
128+
existing_agency:
129+
weight: 105
130+
enabled: false
114131
fact:
115132
weight: 85
116133
enabled: false
@@ -177,9 +194,24 @@ settings:
177194
process_step:
178195
weight: 69
179196
enabled: false
197+
profile_group:
198+
weight: 128
199+
enabled: false
200+
public_body_profiles:
201+
weight: 129
202+
enabled: false
203+
resource_entity:
204+
weight: 130
205+
enabled: false
206+
resource_node:
207+
weight: 131
208+
enabled: false
180209
resource_section:
181210
weight: 112
182211
enabled: false
212+
resource_subsection:
213+
weight: 133
214+
enabled: false
183215
resources:
184216
weight: 70
185217
enabled: false

Diff for: config/system.site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slogan: ''
88
page:
99
403: ''
1010
404: ''
11-
front: /node/2
11+
front: /node/15469
1212
admin_compact_mode: false
1313
weight_select_max: 100
1414
default_langcode: en

Diff for: config/user.role.digital_services.yml

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ dependencies:
6060
- eck
6161
- entity_browser
6262
- entity_reference_revisions
63+
- entity_usage
6364
- fancy_file_delete
6465
- file
6566
- file_delete
@@ -104,6 +105,7 @@ permissions:
104105
- 'access content'
105106
- 'access content overview'
106107
- 'access contextual links'
108+
- 'access entity usage statistics'
107109
- 'access file entity browser pages'
108110
- 'access files overview'
109111
- 'access google analytics reports'

Diff for: config/user.role.publisher.yml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dependencies:
5050
- dropzonejs
5151
- eck
5252
- entity_browser
53+
- entity_usage
5354
- file
5455
- filter
5556
- media
@@ -71,6 +72,7 @@ permissions:
7172
- 'access content'
7273
- 'access content overview'
7374
- 'access contextual links'
75+
- 'access entity usage statistics'
7476
- 'access file entity browser pages'
7577
- 'access files overview'
7678
- 'access image entity browser pages'

Diff for: config/user.role.writer.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies:
4242
- dropzonejs
4343
- eck
4444
- entity_browser
45+
- entity_usage
4546
- file
4647
- filter
4748
- media
@@ -62,6 +63,7 @@ permissions:
6263
- 'access content'
6364
- 'access content overview'
6465
- 'access contextual links'
66+
- 'access entity usage statistics'
6567
- 'access file entity browser pages'
6668
- 'access files overview'
6769
- 'access image entity browser pages'

Diff for: web/themes/custom/sfgovpl/includes/paragraph.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function sfgovpl_preprocess_paragraph__video(&$variables) {
166166
*/
167167
function sfgovpl_preprocess_paragraph__document(&$variables) {
168168
// Don't translate document paragraphs by gtranslate.
169-
$variables['attributes']['class'][] = 'notranslate';
169+
// $variables['attributes']['class'][] = 'notranslate'; // undo?
170170
171171
// Our variables to start our document information list variable.
172172
$paragraph = $variables['paragraph'];

0 commit comments

Comments
 (0)