Skip to content
Snippets Groups Projects
Commit 1fe78a4f authored by Igor Biki's avatar Igor Biki
Browse files

Merge branch...

Merge branch 'feature/ISTWCMS-5359-l26yan-Make-fieldsets-on-node-edit-forms-be-details-elements' into '1.0.x'

ISTWCMS-5359 Make fieldsets on node edit forms be details elements

See merge request !23
parents ccc27faf 57310895
No related branches found
No related tags found
1 merge request!23ISTWCMS-5359 Make fieldsets on node edit forms be details elements
......@@ -31,16 +31,18 @@ third_party_settings:
- field_uw_meta_description
- field_uw_meta_image
- field_uw_meta_tags
label: 'Meta tag information for social media sharing/search/etc.'
region: content
parent_name: ''
weight: 18
format_type: fieldset
region: content
format_type: details
format_settings:
id: ''
classes: ''
show_empty_fields: false
id: ''
open: true
description: ''
required_fields: true
label: 'Meta tag information for social media sharing/search/etc.'
id: node.uw_ct_profile.default
targetEntityType: node
bundle: uw_ct_profile
......@@ -53,81 +55,83 @@ content:
settings: { }
third_party_settings: { }
field_uw_ct_profile_affiliation:
type: string_textfield
weight: 13
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
type: string_textfield
region: content
field_uw_ct_profile_contact:
type: entity_reference_autocomplete
weight: 0
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
type: entity_reference_autocomplete
region: content
field_uw_ct_profile_image:
type: media_library_widget
weight: 11
region: content
settings:
media_types: { }
third_party_settings: { }
region: content
field_uw_ct_profile_info_link:
type: link_default
weight: 15
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
type: link_default
region: content
field_uw_ct_profile_link_persona:
type: link_default
weight: 16
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
type: link_default
region: content
field_uw_ct_profile_sort_name:
type: string_textfield
weight: 10
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
type: string_textfield
region: content
field_uw_ct_profile_title:
type: string_textfield
weight: 14
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
type: string_textfield
region: content
field_uw_ct_profile_type:
type: autocomplete_deluxe
weight: 17
region: content
settings:
limit: '0'
min_length: '0'
delimiter: ''
not_found_message_allow: '1'
not_found_message: 'The term ''@term'' will be added'
new_terms: '1'
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
match_operator: CONTAINS
autocomplete_route_name: autocomplete_deluxe.autocomplete
size: 60
selection_handler: default
limit: 0
min_length: 0
delimiter: ''
not_found_message_allow: true
not_found_message: 'The term ''@term'' will be added'
new_terms: true
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
third_party_settings: { }
type: autocomplete_deluxe
region: content
field_uw_meta_description:
type: string_textarea
weight: 19
region: content
settings:
rows: 3
placeholder: ''
......@@ -137,30 +141,28 @@ content:
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
maxlength_js_truncate_html: false
type: string_textarea
region: content
field_uw_meta_image:
type: media_library_widget
weight: 20
region: content
settings:
media_types: { }
third_party_settings: { }
type: media_library_widget
region: content
field_uw_meta_tags:
type: metatag_firehose
weight: 21
region: content
settings:
sidebar: false
third_party_settings: { }
type: metatag_firehose
region: content
field_uw_profile_summary:
type: text_textarea
weight: 12
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
type: text_textarea
region: content
langcode:
type: language_select
weight: 2
......@@ -171,8 +173,8 @@ content:
moderation_state:
type: moderation_state_default
weight: 8
settings: { }
region: content
settings: { }
third_party_settings: { }
path:
type: path
......@@ -182,24 +184,24 @@ content:
third_party_settings: { }
promote:
type: boolean_checkbox
settings:
display_label: true
weight: 5
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 9
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
settings:
display_label: true
weight: 6
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
......@@ -212,12 +214,12 @@ content:
uid:
type: entity_reference_autocomplete
weight: 3
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
match_limit: 10
region: content
third_party_settings: { }
url_redirects:
weight: 19
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment