Skip to content
Snippets Groups Projects

ISTWCMS-7038 Support two levels for service categories

Files
6
@@ -9,7 +9,6 @@ dependencies:
- maxlength
- media_library
- path
- scheduler
- text
id: taxonomy_term.uw_vocab_service_categories.default
targetEntityType: taxonomy_term
@@ -62,12 +61,6 @@ content:
region: content
settings: { }
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 5
@@ -80,10 +73,8 @@ content:
region: content
settings: { }
third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
hidden: { }
hidden:
publish_on: true
publish_state: true
unpublish_on: true
unpublish_state: true
Loading