Add the topic field to the page content type

This commit is contained in:
Keegan Rankin 2024-01-16 07:46:35 -08:00
parent dab6ac479b
commit d79c79a810
9 changed files with 243 additions and 25 deletions

View file

@ -7,6 +7,7 @@ dependencies:
- field.field.node.page.field_body_paragraph
- field.field.node.page.field_meta_tags
- field.field.node.page.field_summary
- field.field.node.page.field_topics
- node.type.page
module:
- metatag
@ -23,11 +24,13 @@ content:
created:
type: datetime_timestamp
weight: 4
region: content
settings: { }
third_party_settings: { }
region: content
field_body_paragraph:
type: entity_reference_paragraphs
weight: 2
region: content
settings:
title: Paragraph
title_plural: Paragraphs
@ -36,58 +39,62 @@ content:
form_display_mode: default
default_paragraph_type: text
third_party_settings: { }
type: entity_reference_paragraphs
region: content
field_meta_tags:
type: metatag_firehose
weight: 6
region: content
settings: { }
third_party_settings: { }
type: metatag_firehose
region: content
field_summary:
type: text_textarea
weight: 1
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
type: text_textarea
field_topics:
type: options_select
weight: 6
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 5
region: content
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
settings:
display_label: true
weight: 7
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
region: content
uid:
type: entity_reference_autocomplete
weight: 3
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
region: content
hidden:
body: true
promote: true