Add rake tasks #306
1 changed files with 5 additions and 3 deletions
|
@ -16,7 +16,7 @@ dependencies:
|
||||||
- node.type.blog
|
- node.type.blog
|
||||||
module:
|
module:
|
||||||
- ds
|
- ds
|
||||||
- paragraphs
|
- entity_reference_revisions
|
||||||
- user
|
- user
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM
|
default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM
|
||||||
|
@ -36,11 +36,13 @@ content:
|
||||||
ds:
|
ds:
|
||||||
ds_limit: ''
|
ds_limit: ''
|
||||||
field_body_paragraph:
|
field_body_paragraph:
|
||||||
type: paragraph_summary
|
type: entity_reference_revisions_entity_view
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
label: hidden
|
label: hidden
|
||||||
settings: { }
|
settings:
|
||||||
|
view_mode: preview
|
||||||
|
link: ''
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
ds:
|
ds:
|
||||||
ds_limit: ''
|
ds_limit: ''
|
||||||
|
|
Loading…
Reference in a new issue