Configure client-side hierarchical select for blogs
This commit is contained in:
parent
d2d30c7959
commit
ab688b995c
1 changed files with 7 additions and 3 deletions
|
@ -17,6 +17,7 @@ dependencies:
|
|||
- node.type.blog
|
||||
module:
|
||||
- comment
|
||||
- cshs
|
||||
- file
|
||||
- focal_point
|
||||
- metatag
|
||||
|
@ -98,9 +99,12 @@ content:
|
|||
region: content
|
||||
field_topics:
|
||||
weight: 5
|
||||
settings: { }
|
||||
settings:
|
||||
force_deepest: '1'
|
||||
parent: '0'
|
||||
level_labels: ''
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
type: cshs
|
||||
region: content
|
||||
field_upload:
|
||||
weight: 51
|
||||
|
@ -155,8 +159,8 @@ content:
|
|||
region: content
|
||||
url_redirects:
|
||||
weight: 50
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
||||
|
|
Loading…
Add table
Reference in a new issue