diff --git a/config/install/core.entity_form_display.node.uw_ct_service.default.yml b/config/install/core.entity_form_display.node.uw_ct_service.default.yml index 8fb83cf2a2ecf15acf6b18ac8b89c461214315f7..a9f7cd08dfd069936de712d9eb48c732ff21f96c 100644 --- a/config/install/core.entity_form_display.node.uw_ct_service.default.yml +++ b/config/install/core.entity_form_display.node.uw_ct_service.default.yml @@ -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 diff --git a/uw_ct_service.info.yml b/uw_ct_service.info.yml index c733f06c3e7d102949d5a1d94043464a369820f8..70635a5e502a2e2b53b721bec1817021989d446c 100644 --- a/uw_ct_service.info.yml +++ b/uw_ct_service.info.yml @@ -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'