Skip to content
Snippets Groups Projects
Commit ddbbf058 authored by l26yan's avatar l26yan
Browse files

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

parent 55def409
No related branches found
No related tags found
3 merge requests!60ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...,!25ISTWCMS-5779 Click update button under...,!16ISTWCMS-5359 Make fieldsets on node edit forms be details elements
...@@ -52,11 +52,12 @@ third_party_settings: ...@@ -52,11 +52,12 @@ third_party_settings:
region: content region: content
parent_name: '' parent_name: ''
weight: 4 weight: 4
format_type: fieldset format_type: details
format_settings: format_settings:
classes: '' classes: ''
show_empty_fields: false show_empty_fields: false
id: '' id: ''
open: true
description: '' description: ''
required_fields: true required_fields: true
group_service_location: group_service_location:
...@@ -68,11 +69,12 @@ third_party_settings: ...@@ -68,11 +69,12 @@ third_party_settings:
region: content region: content
parent_name: '' parent_name: ''
weight: 8 weight: 8
format_type: fieldset format_type: details
format_settings: format_settings:
classes: '' classes: ''
show_empty_fields: false show_empty_fields: false
id: '' id: ''
open: true
description: '' description: ''
required_fields: true required_fields: true
group_hidden_fields_for_internal: group_hidden_fields_for_internal:
...@@ -83,11 +85,12 @@ third_party_settings: ...@@ -83,11 +85,12 @@ third_party_settings:
region: content region: content
parent_name: '' parent_name: ''
weight: 9 weight: 9
format_type: fieldset format_type: details
format_settings: format_settings:
classes: '' classes: ''
show_empty_fields: false show_empty_fields: false
id: '' id: ''
open: false
description: '' description: ''
required_fields: true required_fields: true
group_uw_service_metatag: group_uw_service_metatag:
...@@ -99,11 +102,12 @@ third_party_settings: ...@@ -99,11 +102,12 @@ third_party_settings:
region: content region: content
parent_name: '' parent_name: ''
weight: 10 weight: 10
format_type: fieldset format_type: details
format_settings: format_settings:
classes: '' classes: ''
show_empty_fields: false show_empty_fields: false
id: '' id: ''
open: true
description: '' description: ''
required_fields: true required_fields: true
group_service_hours: group_service_hours:
...@@ -114,11 +118,12 @@ third_party_settings: ...@@ -114,11 +118,12 @@ third_party_settings:
region: content region: content
parent_name: '' parent_name: ''
weight: 5 weight: 5
format_type: fieldset format_type: details
format_settings: format_settings:
classes: '' classes: ''
show_empty_fields: false show_empty_fields: false
id: '' id: ''
open: true
description: '' description: ''
required_fields: true required_fields: true
id: node.uw_ct_service.default id: node.uw_ct_service.default
......
...@@ -33,8 +33,8 @@ dependencies: ...@@ -33,8 +33,8 @@ dependencies:
- 'node_revision_delete:node_revision_delete' - 'node_revision_delete:node_revision_delete'
- 'office_hours:office_hours' - 'office_hours:office_hours'
- 'office_hours_exceptions:office_hours_exceptions' - 'office_hours_exceptions:office_hours_exceptions'
- 'simple_sitemap:simple_sitemap'
- 'require_on_publish:require_on_publish' - 'require_on_publish:require_on_publish'
- 'simple_sitemap:simple_sitemap'
- 'term_reference_tree:term_reference_tree' - 'term_reference_tree:term_reference_tree'
- 'tvi:tvi' - 'tvi:tvi'
- 'uw_cfg_common:uw_cfg_common' - 'uw_cfg_common:uw_cfg_common'
......
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