Add the "publication field"in the blog and gleaning content type
This commit is contained in:
parent
e78d0df898
commit
b07c74d77e
6 changed files with 80 additions and 0 deletions
|
@ -6,11 +6,13 @@ dependencies:
|
|||
- field.field.node.gleaning.body
|
||||
- field.field.node.gleaning.comment
|
||||
- field.field.node.gleaning.field_image
|
||||
- field.field.node.gleaning.field_publication_date
|
||||
- field.field.node.gleaning.field_upload
|
||||
- image.style.thumbnail
|
||||
- node.type.gleaning
|
||||
module:
|
||||
- comment
|
||||
- datetime
|
||||
- file
|
||||
- image
|
||||
- path
|
||||
|
@ -49,6 +51,12 @@ content:
|
|||
third_party_settings: { }
|
||||
type: image_image
|
||||
region: content
|
||||
field_publication_date:
|
||||
weight: 125
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_upload:
|
||||
weight: 123
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue