Skip to content

Commit ba2b98e

Browse files
authored
VACMS-13639: Fixes content lock operation on Reusable Q&A Content Type (#15790)
* Changes Q_A entity form display widget to 'Paragraphs Legacy' for 'Related Information' field
1 parent ae92483 commit ba2b98e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

+9-8
Original file line numberDiff line numberDiff line change
@@ -254,25 +254,20 @@ content:
254254
field_widget_replace: 0
255255
open: 0
256256
field_widget_display_settings: { }
257+
additional_fields:
258+
options: null
257259
third_party_settings: { }
258260
field_related_information:
259-
type: paragraphs
261+
type: entity_reference_paragraphs
260262
weight: 7
261263
region: content
262264
settings:
263265
title: 'Link teaser'
264266
title_plural: 'Link teasers'
265267
edit_mode: open
266-
closed_mode: summary
267-
autocollapse: none
268-
closed_mode_threshold: 0
269268
add_mode: dropdown
270269
form_display_mode: default
271270
default_paragraph_type: link_teaser
272-
features:
273-
add_above: '0'
274-
collapse_edit_all: collapse_edit_all
275-
duplicate: '0'
276271
third_party_settings: { }
277272
field_standalone_page:
278273
type: boolean_checkbox
@@ -316,9 +311,15 @@ content:
316311
maxlength: 70
317312
counter_position: after
318313
js_prevent_submit: true
314+
count_only_mode: false
319315
count_html_characters: false
320316
textcount_status_message: 'Characters remaining: <span class="remaining_count">@remaining_count</span>'
321317
third_party_settings: { }
318+
translation:
319+
weight: 10
320+
region: content
321+
settings: { }
322+
third_party_settings: { }
322323
url_redirects:
323324
weight: 6
324325
region: content

0 commit comments

Comments
 (0)