Skip to content
Snippets Groups Projects

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

1 file
+ 48
44
Compare changes
  • Side-by-side
  • Inline
@@ -28,32 +28,36 @@ 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: 16
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.'
group_uw_catalog_tabs:
children:
- field_uw_catalog_popularity
- field_uw_catalog_category
- field_uw_catalog_faculty
- field_uw_audience
label: 'Additional information'
region: content
parent_name: ''
weight: 7
format_type: fieldset
region: content
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: ''
open: true
description: 'Options displayed here are dependent on which tabs are selected to display for the chosen catalog.'
required_fields: true
id: ''
classes: ''
label: 'Additional information'
id: node.uw_ct_catalog_item.default
targetEntityType: node
bundle: uw_ct_catalog_item
@@ -66,62 +70,64 @@ content:
settings: { }
third_party_settings: { }
field_uw_audience:
type: term_reference_tree
weight: 6
region: content
settings:
start_minimized: false
leaves_only: true
select_parents: true
cascading_selection: 0
max_depth: 0
start_minimized: false
third_party_settings: { }
type: term_reference_tree
region: content
field_uw_catalog_catalog:
type: options_buttons
weight: 1
region: content
settings: { }
third_party_settings: { }
type: options_buttons
region: content
field_uw_catalog_category:
type: autocomplete_deluxe
weight: 4
region: content
settings:
limit: '10'
min_length: '0'
delimiter: ''
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.'
not_found_message_allow: 0
match_operator: CONTAINS
autocomplete_route_name: autocomplete_deluxe.autocomplete
size: 60
selection_handler: default
limit: 10
min_length: 0
delimiter: ''
not_found_message_allow: false
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_catalog_faculty:
type: options_buttons
weight: 5
region: content
settings: { }
third_party_settings: { }
type: options_buttons
region: content
field_uw_catalog_popularity:
type: number
weight: 3
region: content
settings:
placeholder: ''
third_party_settings: { }
type: number
region: content
field_uw_catalog_summary:
type: text_textarea
weight: 2
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
type: text_textarea
region: content
field_uw_meta_description:
type: string_textarea
weight: 17
region: content
settings:
rows: 3
placeholder: ''
@@ -131,22 +137,20 @@ 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: 18
region: content
settings:
media_types: { }
third_party_settings: { }
type: media_library_widget
region: content
field_uw_meta_tags:
type: metatag_firehose
weight: 19
region: content
settings:
sidebar: false
third_party_settings: { }
type: metatag_firehose
region: content
langcode:
type: language_select
weight: 8
@@ -157,8 +161,8 @@ content:
moderation_state:
type: moderation_state_default
weight: 14
settings: { }
region: content
settings: { }
third_party_settings: { }
path:
type: path
@@ -168,24 +172,24 @@ content:
third_party_settings: { }
promote:
type: boolean_checkbox
settings:
display_label: true
weight: 11
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 15
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
settings:
display_label: true
weight: 12
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
@@ -198,12 +202,12 @@ content:
uid:
type: entity_reference_autocomplete
weight: 9
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
match_limit: 10
region: content
third_party_settings: { }
url_redirects:
weight: 17
Loading