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
|
@ -9,6 +9,7 @@ dependencies:
|
|||
- field.field.node.blog.field_body_paragraph
|
||||
- field.field.node.blog.field_image
|
||||
- field.field.node.blog.field_meta_tags
|
||||
- field.field.node.blog.field_publication_date
|
||||
- field.field.node.blog.field_summary
|
||||
- field.field.node.blog.field_tags
|
||||
- field.field.node.blog.field_topics
|
||||
|
@ -18,6 +19,7 @@ dependencies:
|
|||
module:
|
||||
- comment
|
||||
- cshs
|
||||
- datetime
|
||||
- file
|
||||
- focal_point
|
||||
- metatag
|
||||
|
@ -80,6 +82,12 @@ content:
|
|||
third_party_settings: { }
|
||||
type: metatag_firehose
|
||||
region: content
|
||||
field_publication_date:
|
||||
weight: 26
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_summary:
|
||||
weight: 3
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue