Skip to content

Commit a4bd3b9

Browse files
committed
Merge branch '12.x' of https://github.com/SU-SWS/stanford_profile into 6.x
2 parents 75ee095 + cfe04f4 commit a4bd3b9

File tree

2 files changed

+46
-19
lines changed

2 files changed

+46
-19
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"https://www.drupal.org/project/menu_link_weight/issues/2875984": "https://git.drupalcode.org/project/menu_link_weight/-/merge_requests/2.diff"
216216
},
217217
"drupal/trash": {
218-
"Trash module delete condition group": "https://sws-devguide.stanford.edu/sites/g/files/sbiybj17516/files/trash-delete_condition.patch"
218+
"Trash module delete condition group": "https://sws-devguide.stanford.edu/sites/g/files/sbiybj17516/files/trash-delete_condition-3_0_22.patch"
219219
}
220220
}
221221
}

config/sync/layout_library.layout.news_spotlight.yml

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ layout:
167167
link: false
168168
third_party_settings:
169169
empty_fields:
170-
handler: ''
170+
handler: text
171+
settings:
172+
empty_text: Spotlight
171173
field_formatter_class:
172174
class: ''
173175
field_label:
@@ -185,49 +187,48 @@ layout:
185187
centered: centered-container
186188
columns: flex-12-of-12
187189
components:
188-
074a19fc-39ac-40f6-95a7-b625dcc9e1b2:
189-
uuid: 074a19fc-39ac-40f6-95a7-b625dcc9e1b2
190+
5faf7033-e156-462c-a793-f543191db211:
191+
uuid: 5faf7033-e156-462c-a793-f543191db211
190192
region: main
191193
configuration:
192-
id: 'field_block:node:stanford_news:su_news_components'
193-
label: Components
194+
id: 'field_block:node:stanford_news:su_news_publishing_date'
195+
label: 'Publishing Date'
194196
label_display: '0'
195197
provider: layout_builder
196198
context_mapping:
197199
entity: layout_builder.entity
198200
view_mode: view_mode
199201
formatter:
200-
type: layout_paragraphs
202+
type: datetime_default
201203
label: hidden
202204
settings:
203-
view_mode: default
205+
timezone_override: ''
206+
format_type: stanford_month_date_year
204207
third_party_settings:
205208
empty_fields:
206209
handler: ''
207210
field_formatter_class:
208-
class: su-news-components
211+
class: ''
209212
field_label:
210213
label_value: ''
211214
label_tag: ''
212-
weight: 1
215+
weight: 0
213216
additional: { }
214-
5faf7033-e156-462c-a793-f543191db211:
215-
uuid: 5faf7033-e156-462c-a793-f543191db211
217+
35a5e3ef-79bf-444c-8663-0f52e123108d:
218+
uuid: 35a5e3ef-79bf-444c-8663-0f52e123108d
216219
region: main
217220
configuration:
218-
id: 'field_block:node:stanford_news:su_news_publishing_date'
219-
label: 'Publishing Date'
221+
id: 'field_block:node:stanford_news:body'
222+
label: Body
220223
label_display: '0'
221224
provider: layout_builder
222225
context_mapping:
223226
entity: layout_builder.entity
224227
view_mode: view_mode
225228
formatter:
226-
type: datetime_default
229+
type: text_default
227230
label: hidden
228-
settings:
229-
timezone_override: ''
230-
format_type: stanford_month_date_year
231+
settings: { }
231232
third_party_settings:
232233
empty_fields:
233234
handler: ''
@@ -236,6 +237,32 @@ layout:
236237
field_label:
237238
label_value: ''
238239
label_tag: ''
239-
weight: 0
240+
weight: 2
241+
additional: { }
242+
074a19fc-39ac-40f6-95a7-b625dcc9e1b2:
243+
uuid: 074a19fc-39ac-40f6-95a7-b625dcc9e1b2
244+
region: main
245+
configuration:
246+
id: 'field_block:node:stanford_news:su_news_components'
247+
label: Components
248+
label_display: '0'
249+
provider: layout_builder
250+
context_mapping:
251+
entity: layout_builder.entity
252+
view_mode: view_mode
253+
formatter:
254+
type: layout_paragraphs
255+
label: hidden
256+
settings:
257+
view_mode: default
258+
third_party_settings:
259+
empty_fields:
260+
handler: ''
261+
field_formatter_class:
262+
class: su-news-components
263+
field_label:
264+
label_value: ''
265+
label_tag: ''
266+
weight: 3
240267
additional: { }
241268
third_party_settings: { }

0 commit comments

Comments
 (0)