forked from Islandora-Devops/isle-dc
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configuration changes to add sort_date and remove years field
- Loading branch information
Willow Gillingham
committed
May 13, 2022
1 parent
0af4de7
commit f7f0065
Showing
15 changed files
with
108 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
codebase/config/sync/field.field.node.islandora_object.field_sort_date.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
uuid: f1c1e21c-7ac1-4e2f-bba5-8cb17765293f | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_sort_date | ||
- node.type.islandora_object | ||
module: | ||
- datetime | ||
- epp | ||
third_party_settings: | ||
epp: | ||
value: '' | ||
on_update: 1 | ||
id: node.islandora_object.field_sort_date | ||
field_name: field_sort_date | ||
entity_type: node | ||
bundle: islandora_object | ||
label: 'Sort Date' | ||
description: 'This field is for the purpose of overriding the singular sort date that is derived from the Published and Created date fields. Metadata Librarian and Collection Admins should not enter a Sort Date unless the system cannot process the Pub Date/Created Date to determine the sort.' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: datetime |
21 changes: 0 additions & 21 deletions
21
codebase/config/sync/field.field.node.islandora_object.field_years.yml
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
codebase/config/sync/field.storage.node.field_sort_date.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
uuid: 90599c8b-a166-4ac8-8e6e-5a383b9c40dc | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- datetime | ||
- field_permissions | ||
- node | ||
third_party_settings: | ||
field_permissions: | ||
permission_type: public | ||
id: node.field_sort_date | ||
field_name: field_sort_date | ||
entity_type: node | ||
type: datetime | ||
settings: | ||
datetime_type: datetime | ||
module: datetime | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.