Unrequire and remove non-paragraph item listing from collection

Ref #43
This commit is contained in:
benjamin melançon 2019-09-29 13:37:15 -04:00
parent ab29670bb2
commit 724e4c6d3f
2 changed files with 14 additions and 22 deletions

View file

@ -32,14 +32,14 @@ bundle: collection
mode: default mode: default
content: content:
comment: comment:
weight: 26 weight: 16
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
type: comment_default type: comment_default
region: content region: content
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 13 weight: 12
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -54,7 +54,7 @@ content:
region: content region: content
field_body_paragraph: field_body_paragraph:
type: entity_reference_paragraphs type: entity_reference_paragraphs
weight: 6 weight: 5
region: content region: content
settings: settings:
title: Paragraph title: Paragraph
@ -64,15 +64,6 @@ content:
form_display_mode: default form_display_mode: default
default_paragraph_type: _none default_paragraph_type: _none
third_party_settings: { } third_party_settings: { }
field_collection_items:
weight: 5
settings:
match_operator: CONTAINS
size: 60
placeholder: ''
third_party_settings: { }
type: entity_reference_autocomplete
region: content
field_collection_type: field_collection_type:
weight: 1 weight: 1
settings: { } settings: { }
@ -88,7 +79,7 @@ content:
type: image_image type: image_image
region: content region: content
field_meta_tags: field_meta_tags:
weight: 10 weight: 9
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
type: metatag_firehose type: metatag_firehose
@ -102,7 +93,7 @@ content:
type: text_textarea type: text_textarea
region: content region: content
field_tags: field_tags:
weight: 8 weight: 7
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -111,7 +102,7 @@ content:
type: entity_reference_autocomplete type: entity_reference_autocomplete
region: content region: content
field_topics: field_topics:
weight: 7 weight: 6
settings: settings:
force_deepest: '1' force_deepest: '1'
parent: '0' parent: '0'
@ -121,7 +112,7 @@ content:
region: content region: content
path: path:
type: path type: path
weight: 11 weight: 10
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -129,21 +120,21 @@ content:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 15 weight: 14
region: content region: content
third_party_settings: { } third_party_settings: { }
status: status:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 16 weight: 15
region: content region: content
third_party_settings: { } third_party_settings: { }
sticky: sticky:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 14 weight: 13
region: content region: content
third_party_settings: { } third_party_settings: { }
title: title:
@ -156,7 +147,7 @@ content:
third_party_settings: { } third_party_settings: { }
uid: uid:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 9 weight: 8
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -164,9 +155,10 @@ content:
region: content region: content
third_party_settings: { } third_party_settings: { }
url_redirects: url_redirects:
weight: 12 weight: 11
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
hidden: hidden:
body: true body: true
field_collection_items: true

View file

@ -13,7 +13,7 @@ entity_type: node
bundle: collection bundle: collection
label: Items label: Items
description: 'Select any other content on the site to display as a list of teasers by typing words from the title and looking for the autocompletion of the content you want in the collection. You can change the order after adding each item.' description: 'Select any other content on the site to display as a list of teasers by typing words from the title and looking for the autocompletion of the content you want in the collection. You can change the order after adding each item.'
required: true required: false
translatable: false translatable: false
default_value: { } default_value: { }
default_value_callback: '' default_value_callback: ''