Skip to content
Snippets Groups Projects
Commit 42f34eac 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 !16
parents 744127d2 ddbbf058
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
......@@ -27,7 +27,6 @@ dependencies:
- node.type.uw_ct_service
module:
- address
- content_moderation
- field_group
- geofield_map
- link
......@@ -53,11 +52,12 @@ third_party_settings:
region: content
parent_name: ''
weight: 4
format_type: fieldset
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: ''
open: true
description: ''
required_fields: true
group_service_location:
......@@ -69,11 +69,12 @@ third_party_settings:
region: content
parent_name: ''
weight: 8
format_type: fieldset
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: ''
open: true
description: ''
required_fields: true
group_hidden_fields_for_internal:
......@@ -84,11 +85,12 @@ third_party_settings:
region: content
parent_name: ''
weight: 9
format_type: fieldset
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: ''
open: false
description: ''
required_fields: true
group_uw_service_metatag:
......@@ -100,11 +102,12 @@ third_party_settings:
region: content
parent_name: ''
weight: 10
format_type: fieldset
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: ''
open: true
description: ''
required_fields: true
group_service_hours:
......@@ -115,11 +118,12 @@ third_party_settings:
region: content
parent_name: ''
weight: 5
format_type: fieldset
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: ''
open: true
description: ''
required_fields: true
id: node.uw_ct_service.default
......
......@@ -33,8 +33,8 @@ dependencies:
- 'node_revision_delete:node_revision_delete'
- 'office_hours:office_hours'
- 'office_hours_exceptions:office_hours_exceptions'
- 'simple_sitemap:simple_sitemap'
- 'require_on_publish:require_on_publish'
- 'simple_sitemap:simple_sitemap'
- 'term_reference_tree:term_reference_tree'
- 'tvi:tvi'
- '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