Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VACMS-13639: Fixes content lock operation on Reusable Q&A Content Type #15790

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions config/sync/core.entity_form_display.node.q_a.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,25 +254,20 @@ content:
field_widget_replace: 0
open: 0
field_widget_display_settings: { }
additional_fields:
options: null
third_party_settings: { }
field_related_information:
type: paragraphs
type: entity_reference_paragraphs
weight: 7
region: content
settings:
title: 'Link teaser'
title_plural: 'Link teasers'
edit_mode: open
closed_mode: summary
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: link_teaser
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
duplicate: '0'
third_party_settings: { }
field_standalone_page:
type: boolean_checkbox
Expand Down Expand Up @@ -316,9 +311,15 @@ content:
maxlength: 70
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: false
textcount_status_message: 'Characters remaining: <span class="remaining_count">@remaining_count</span>'
third_party_settings: { }
translation:
weight: 10
region: content
settings: { }
third_party_settings: { }
url_redirects:
weight: 6
region: content
Expand Down
Loading