Add the gleaning content type
This commit is contained in:
parent
43e50e17cd
commit
472a655d72
9 changed files with 289 additions and 3 deletions
|
@ -0,0 +1,50 @@
|
|||
uuid: be59c89f-4abb-447c-8001-4467f4b12ae4
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.gleaning.body
|
||||
- field.field.node.gleaning.field_image
|
||||
- field.field.node.gleaning.field_upload
|
||||
- node.type.gleaning
|
||||
module:
|
||||
- file
|
||||
- image
|
||||
- text
|
||||
- user
|
||||
id: node.gleaning.default
|
||||
targetEntityType: node
|
||||
bundle: gleaning
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 101
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_image:
|
||||
weight: 102
|
||||
label: above
|
||||
settings:
|
||||
image_style: ''
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
type: image
|
||||
region: content
|
||||
field_upload:
|
||||
weight: 103
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
type: file_default
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
Loading…
Add table
Add a link
Reference in a new issue