Merge branch 'master' of gitlab.com:agaric/sites/geo
This commit is contained in:
commit
e78d0df898
6 changed files with 15 additions and 7 deletions
|
@ -62,9 +62,9 @@ content:
|
|||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
add_mode: dropdown
|
||||
add_mode: button
|
||||
form_display_mode: default
|
||||
default_paragraph_type: _none
|
||||
default_paragraph_type: text
|
||||
third_party_settings: { }
|
||||
field_collection_type:
|
||||
weight: 1
|
||||
|
|
|
@ -112,6 +112,7 @@ hidden:
|
|||
field_collection_items: true
|
||||
field_collection_type: true
|
||||
field_meta_tags: true
|
||||
field_publication_date: true
|
||||
field_summary: true
|
||||
field_tags: true
|
||||
field_topics: true
|
||||
|
|
|
@ -139,5 +139,6 @@ hidden:
|
|||
body: true
|
||||
comment: true
|
||||
field_meta_tags: true
|
||||
field_publication_date: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
|
|
|
@ -46,6 +46,7 @@ hidden:
|
|||
field_collection_type: true
|
||||
field_image: true
|
||||
field_meta_tags: true
|
||||
field_publication_date: true
|
||||
field_summary: true
|
||||
field_tags: true
|
||||
field_topics: true
|
||||
|
|
|
@ -5,7 +5,6 @@ dependencies:
|
|||
config:
|
||||
- field.storage.node.field_body_paragraph
|
||||
- node.type.article
|
||||
- paragraphs.paragraphs_type.faq
|
||||
- paragraphs.paragraphs_type.file
|
||||
- paragraphs.paragraphs_type.image
|
||||
- paragraphs.paragraphs_type.text
|
||||
|
@ -33,7 +32,6 @@ settings:
|
|||
image: image
|
||||
file: file
|
||||
video: video
|
||||
faq: faq
|
||||
target_bundles_drag_drop:
|
||||
text:
|
||||
enabled: true
|
||||
|
@ -48,12 +46,15 @@ settings:
|
|||
enabled: true
|
||||
weight: -12
|
||||
faq:
|
||||
enabled: true
|
||||
weight: -11
|
||||
enabled: false
|
||||
slide:
|
||||
weight: -10
|
||||
enabled: false
|
||||
update:
|
||||
weight: -9
|
||||
enabled: false
|
||||
drutopia_collection:
|
||||
weight: 9
|
||||
enabled: false
|
||||
field_type: entity_reference_revisions
|
||||
|
|
|
@ -6,8 +6,10 @@ dependencies:
|
|||
- field.storage.node.field_body_paragraph
|
||||
- node.type.collection
|
||||
- paragraphs.paragraphs_type.drutopia_collection
|
||||
- paragraphs.paragraphs_type.file
|
||||
- paragraphs.paragraphs_type.image
|
||||
- paragraphs.paragraphs_type.text
|
||||
- paragraphs.paragraphs_type.video
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
id: node.collection.field_body_paragraph
|
||||
|
@ -26,8 +28,10 @@ settings:
|
|||
negate: 0
|
||||
target_bundles:
|
||||
drutopia_collection: drutopia_collection
|
||||
file: file
|
||||
image: image
|
||||
text: text
|
||||
video: video
|
||||
target_bundles_drag_drop:
|
||||
drutopia_collection:
|
||||
enabled: true
|
||||
|
@ -36,8 +40,8 @@ settings:
|
|||
weight: 10
|
||||
enabled: false
|
||||
file:
|
||||
enabled: true
|
||||
weight: 11
|
||||
enabled: false
|
||||
image:
|
||||
enabled: true
|
||||
weight: 12
|
||||
|
@ -51,6 +55,6 @@ settings:
|
|||
weight: 15
|
||||
enabled: false
|
||||
video:
|
||||
enabled: true
|
||||
weight: 16
|
||||
enabled: false
|
||||
field_type: entity_reference_revisions
|
||||
|
|
Loading…
Add table
Reference in a new issue