File tree 6 files changed +40
-2
lines changed
web/themes/custom/sfgovpl/includes
6 files changed +40
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,15 @@ dependencies:
8
8
- paragraphs.paragraphs_type.document
9
9
- paragraphs.paragraphs_type.section
10
10
module :
11
+ - disable_field
11
12
- 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
12
20
id : node.resource_collection.field_content
13
21
field_name : field_content
14
22
entity_type : node
@@ -42,6 +50,9 @@ settings:
42
50
additional_info :
43
51
weight : 38
44
52
enabled : false
53
+ agency_section :
54
+ weight : 80
55
+ enabled : false
45
56
agenda_item :
46
57
weight : 71
47
58
enabled : false
@@ -84,6 +95,9 @@ settings:
84
95
data_story_reference_section :
85
96
weight : 83
86
97
enabled : false
98
+ data_story_reference_subsection :
99
+ weight : 95
100
+ enabled : false
87
101
data_story_section :
88
102
weight : 81
89
103
enabled : false
@@ -111,6 +125,9 @@ settings:
111
125
events :
112
126
weight : 52
113
127
enabled : false
128
+ existing_agency :
129
+ weight : 105
130
+ enabled : false
114
131
fact :
115
132
weight : 85
116
133
enabled : false
@@ -177,9 +194,24 @@ settings:
177
194
process_step :
178
195
weight : 69
179
196
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
180
209
resource_section :
181
210
weight : 112
182
211
enabled : false
212
+ resource_subsection :
213
+ weight : 133
214
+ enabled : false
183
215
resources :
184
216
weight : 70
185
217
enabled : false
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ slogan: ''
8
8
page :
9
9
403 : ' '
10
10
404 : ' '
11
- front : /node/2
11
+ front : /node/15469
12
12
admin_compact_mode : false
13
13
weight_select_max : 100
14
14
default_langcode : en
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ dependencies:
60
60
- eck
61
61
- entity_browser
62
62
- entity_reference_revisions
63
+ - entity_usage
63
64
- fancy_file_delete
64
65
- file
65
66
- file_delete
@@ -104,6 +105,7 @@ permissions:
104
105
- ' access content'
105
106
- ' access content overview'
106
107
- ' access contextual links'
108
+ - ' access entity usage statistics'
107
109
- ' access file entity browser pages'
108
110
- ' access files overview'
109
111
- ' access google analytics reports'
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ dependencies:
50
50
- dropzonejs
51
51
- eck
52
52
- entity_browser
53
+ - entity_usage
53
54
- file
54
55
- filter
55
56
- media
@@ -71,6 +72,7 @@ permissions:
71
72
- ' access content'
72
73
- ' access content overview'
73
74
- ' access contextual links'
75
+ - ' access entity usage statistics'
74
76
- ' access file entity browser pages'
75
77
- ' access files overview'
76
78
- ' access image entity browser pages'
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ dependencies:
42
42
- dropzonejs
43
43
- eck
44
44
- entity_browser
45
+ - entity_usage
45
46
- file
46
47
- filter
47
48
- media
@@ -62,6 +63,7 @@ permissions:
62
63
- ' access content'
63
64
- ' access content overview'
64
65
- ' access contextual links'
66
+ - ' access entity usage statistics'
65
67
- ' access file entity browser pages'
66
68
- ' access files overview'
67
69
- ' access image entity browser pages'
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ function sfgovpl_preprocess_paragraph__video(&$variables) {
166
166
*/
167
167
function sfgovpl_preprocess_paragraph__document (&$ variables ) {
168
168
// Don't translate document paragraphs by gtranslate.
169
- $ variables ['attributes ' ]['class ' ][] = 'notranslate ' ;
169
+ // $variables['attributes']['class'][] = 'notranslate'; // undo?
170
170
171
171
// Our variables to start our document information list variable.
172
172
$ paragraph = $ variables ['paragraph ' ];
You can’t perform that action at this time.
0 commit comments