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
|
- node.type.blog
|
||||||
module:
|
module:
|
||||||
- comment
|
- comment
|
||||||
|
- cshs
|
||||||
- file
|
- file
|
||||||
- focal_point
|
- focal_point
|
||||||
- metatag
|
- metatag
|
||||||
|
@ -98,9 +99,12 @@ content:
|
||||||
region: content
|
region: content
|
||||||
field_topics:
|
field_topics:
|
||||||
weight: 5
|
weight: 5
|
||||||
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: 51
|
weight: 51
|
||||||
|
@ -155,8 +159,8 @@ content:
|
||||||
region: content
|
region: content
|
||||||
url_redirects:
|
url_redirects:
|
||||||
weight: 50
|
weight: 50
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue