Configure client-side hierarchical select on articles
This commit is contained in:
parent
dea557d1a1
commit
eeafcbfba2
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue