Configure client-side hierarchical select on articles

This commit is contained in:
benjamin melançon 2019-09-23 07:18:30 -04:00
parent dea557d1a1
commit eeafcbfba2

View file

@ -26,6 +26,7 @@ dependencies:
- node.type.article - node.type.article
module: module:
- comment - comment
- cshs
- datetime - datetime
- file - file
- focal_point - focal_point
@ -173,9 +174,12 @@ content:
region: content region: content
field_topics: field_topics:
weight: 7 weight: 7
settings: { } settings:
force_deepest: '1'
parent: '0'
level_labels: ''
third_party_settings: { } third_party_settings: { }
type: options_select type: cshs
region: content region: content
field_upload: field_upload:
weight: 18 weight: 18