Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
[dates] Added missing date fields and updated date field descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjen committed Mar 25, 2021
1 parent 27a2337 commit e84f0ec
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ third_party_settings:
label: Related
group_h_dates:
children:
- field_h_date_updated
- field_h_date_reviewed
- group_system_dates
parent_name: group_h_tabs
weight: 33
Expand Down Expand Up @@ -135,10 +135,11 @@ third_party_settings:
label: Tabs
group_system_dates:
children:
- field_h_date_created
- field_h_date_updated
- field_h_date_published
- field_h_date_reviewed
parent_name: group_h_dates
weight: 24
weight: 28
format_type: details
region: content
format_settings:
Expand Down Expand Up @@ -224,7 +225,7 @@ content:
type: datetime_default
region: content
field_h_date_published:
weight: 25
weight: 37
settings: { }
third_party_settings: { }
type: datetime_default
Expand All @@ -236,7 +237,7 @@ content:
type: datetime_default
region: content
field_h_date_updated:
weight: 23
weight: 36
settings: { }
third_party_settings: { }
type: datetime_default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,9 @@ third_party_settings:
label: Readability
group_system_dates:
children:
- field_h_date_published
- field_h_date_created
- field_h_date_updated
- field_h_date_published
parent_name: group_h_dates
weight: 28
format_type: details
Expand Down Expand Up @@ -214,14 +215,14 @@ content:
placeholder: ''
third_party_settings: { }
field_h_date_created:
weight: 31
weight: 30
settings: { }
third_party_settings: { }
type: datetime_default
region: content
field_h_date_published:
type: datetime_default
weight: 29
weight: 32
region: content
settings: { }
third_party_settings: { }
Expand All @@ -233,7 +234,7 @@ content:
third_party_settings: { }
field_h_date_updated:
type: datetime_default
weight: 30
weight: 31
region: content
settings: { }
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ third_party_settings:
group_h_system_dates:
children:
- field_h_date_created
- field_h_date_published
- field_h_date_updated
- field_h_date_published
parent_name: group_h_dates
weight: 30
format_type: details
Expand Down Expand Up @@ -223,7 +223,7 @@ content:
type: datetime_default
region: content
field_h_date_published:
weight: 106
weight: 107
settings: { }
third_party_settings: { }
type: datetime_default
Expand All @@ -235,7 +235,7 @@ content:
type: datetime_default
region: content
field_h_date_updated:
weight: 107
weight: 106
settings: { }
third_party_settings: { }
type: datetime_default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ field_name: field_h_date_published
entity_type: node
bundle: h_collection
label: 'Date published'
description: ''
description: 'The date this information was first published on the website.'
required: true
translatable: true
default_value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ field_name: field_h_date_updated
entity_type: node
bundle: h_collection
label: 'Last updated'
description: ''
description: 'The date this information was last updated (modified).'
required: true
translatable: true
default_value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ field_name: field_h_date_published
entity_type: node
bundle: h_foi_request
label: 'Date published'
description: ''
required: false
description: 'The date this information was first published on the website.'
required: true
translatable: true
default_value:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ field_name: field_h_date_updated
entity_type: node
bundle: h_foi_request
label: 'Last updated'
description: ''
required: false
description: 'The date this information was last updated (modified).'
required: true
translatable: true
default_value:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ field_name: field_h_date_updated
entity_type: node
bundle: h_news_article
label: 'Date last updated'
description: 'The date this information was last updated (medified).'
description: 'The date this information was last updated (modified).'
required: true
translatable: true
default_value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ field_name: field_h_date_updated
entity_type: node
bundle: h_standard_page
label: 'Last updated'
description: ''
description: 'The date this information was last updated (modified).'
required: false
translatable: true
default_value:
Expand Down

0 comments on commit e84f0ec

Please sign in to comment.