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: Paragraph
|
||||||
title_plural: Paragraphs
|
title_plural: Paragraphs
|
||||||
edit_mode: open
|
edit_mode: open
|
||||||
add_mode: dropdown
|
add_mode: button
|
||||||
form_display_mode: default
|
form_display_mode: default
|
||||||
default_paragraph_type: _none
|
default_paragraph_type: text
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_collection_type:
|
field_collection_type:
|
||||||
weight: 1
|
weight: 1
|
||||||
|
|
|
@ -112,6 +112,7 @@ hidden:
|
||||||
field_collection_items: true
|
field_collection_items: true
|
||||||
field_collection_type: true
|
field_collection_type: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_publication_date: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
field_topics: true
|
field_topics: true
|
||||||
|
|
|
@ -139,5 +139,6 @@ hidden:
|
||||||
body: true
|
body: true
|
||||||
comment: true
|
comment: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_publication_date: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|
|
@ -46,6 +46,7 @@ hidden:
|
||||||
field_collection_type: true
|
field_collection_type: true
|
||||||
field_image: true
|
field_image: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
|
field_publication_date: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
field_topics: true
|
field_topics: true
|
||||||
|
|
|
@ -5,7 +5,6 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.node.field_body_paragraph
|
- field.storage.node.field_body_paragraph
|
||||||
- node.type.article
|
- node.type.article
|
||||||
- paragraphs.paragraphs_type.faq
|
|
||||||
- paragraphs.paragraphs_type.file
|
- paragraphs.paragraphs_type.file
|
||||||
- paragraphs.paragraphs_type.image
|
- paragraphs.paragraphs_type.image
|
||||||
- paragraphs.paragraphs_type.text
|
- paragraphs.paragraphs_type.text
|
||||||
|
@ -33,7 +32,6 @@ settings:
|
||||||
image: image
|
image: image
|
||||||
file: file
|
file: file
|
||||||
video: video
|
video: video
|
||||||
faq: faq
|
|
||||||
target_bundles_drag_drop:
|
target_bundles_drag_drop:
|
||||||
text:
|
text:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -48,12 +46,15 @@ settings:
|
||||||
enabled: true
|
enabled: true
|
||||||
weight: -12
|
weight: -12
|
||||||
faq:
|
faq:
|
||||||
enabled: true
|
|
||||||
weight: -11
|
weight: -11
|
||||||
|
enabled: false
|
||||||
slide:
|
slide:
|
||||||
weight: -10
|
weight: -10
|
||||||
enabled: false
|
enabled: false
|
||||||
update:
|
update:
|
||||||
weight: -9
|
weight: -9
|
||||||
enabled: false
|
enabled: false
|
||||||
|
drutopia_collection:
|
||||||
|
weight: 9
|
||||||
|
enabled: false
|
||||||
field_type: entity_reference_revisions
|
field_type: entity_reference_revisions
|
||||||
|
|
|
@ -6,8 +6,10 @@ dependencies:
|
||||||
- field.storage.node.field_body_paragraph
|
- field.storage.node.field_body_paragraph
|
||||||
- node.type.collection
|
- node.type.collection
|
||||||
- paragraphs.paragraphs_type.drutopia_collection
|
- paragraphs.paragraphs_type.drutopia_collection
|
||||||
|
- paragraphs.paragraphs_type.file
|
||||||
- paragraphs.paragraphs_type.image
|
- paragraphs.paragraphs_type.image
|
||||||
- paragraphs.paragraphs_type.text
|
- paragraphs.paragraphs_type.text
|
||||||
|
- paragraphs.paragraphs_type.video
|
||||||
module:
|
module:
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
id: node.collection.field_body_paragraph
|
id: node.collection.field_body_paragraph
|
||||||
|
@ -26,8 +28,10 @@ settings:
|
||||||
negate: 0
|
negate: 0
|
||||||
target_bundles:
|
target_bundles:
|
||||||
drutopia_collection: drutopia_collection
|
drutopia_collection: drutopia_collection
|
||||||
|
file: file
|
||||||
image: image
|
image: image
|
||||||
text: text
|
text: text
|
||||||
|
video: video
|
||||||
target_bundles_drag_drop:
|
target_bundles_drag_drop:
|
||||||
drutopia_collection:
|
drutopia_collection:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -36,8 +40,8 @@ settings:
|
||||||
weight: 10
|
weight: 10
|
||||||
enabled: false
|
enabled: false
|
||||||
file:
|
file:
|
||||||
|
enabled: true
|
||||||
weight: 11
|
weight: 11
|
||||||
enabled: false
|
|
||||||
image:
|
image:
|
||||||
enabled: true
|
enabled: true
|
||||||
weight: 12
|
weight: 12
|
||||||
|
@ -51,6 +55,6 @@ settings:
|
||||||
weight: 15
|
weight: 15
|
||||||
enabled: false
|
enabled: false
|
||||||
video:
|
video:
|
||||||
|
enabled: true
|
||||||
weight: 16
|
weight: 16
|
||||||
enabled: false
|
|
||||||
field_type: entity_reference_revisions
|
field_type: entity_reference_revisions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue