Skip to content

Commit

Permalink
Add separate Publisher field.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Mar 13, 2024
1 parent 19831e3 commit 5261176
Show file tree
Hide file tree
Showing 13 changed files with 333 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies:
- field.field.node.islandora_object.field_pid
- field.field.node.islandora_object.field_place_published
- field.field.node.islandora_object.field_place_published_country
- field.field.node.islandora_object.field_publisher
- field.field.node.islandora_object.field_resource_type
- field.field.node.islandora_object.field_rights
- field.field.node.islandora_object.field_subject
Expand Down Expand Up @@ -100,6 +101,7 @@ third_party_settings:
required_fields: true
group_publication_details:
children:
- field_publisher
- field_place_published
- field_place_published_country
- field_edtf_date_issued
Expand Down Expand Up @@ -210,7 +212,7 @@ third_party_settings:
label: Issuance
region: content
parent_name: group_publication_details
weight: 11
weight: 16
format_type: details
format_settings:
classes: ''
Expand Down Expand Up @@ -332,15 +334,15 @@ content:
third_party_settings: { }
field_coordinates_text:
type: string_textfield
weight: 24
weight: 25
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_copyright_date:
type: edtf_default
weight: 8
weight: 13
region: content
settings:
strict_dates: false
Expand Down Expand Up @@ -392,15 +394,15 @@ content:
third_party_settings: { }
field_edition:
type: string_textfield
weight: 10
weight: 15
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_edtf_date:
type: edtf_default
weight: 9
weight: 14
region: content
settings:
strict_dates: false
Expand All @@ -409,7 +411,7 @@ content:
third_party_settings: { }
field_edtf_date_created:
type: edtf_default
weight: 7
weight: 12
region: content
settings:
strict_dates: false
Expand All @@ -418,7 +420,7 @@ content:
third_party_settings: { }
field_edtf_date_issued:
type: edtf_default
weight: 6
weight: 11
region: content
settings:
strict_dates: false
Expand All @@ -427,7 +429,7 @@ content:
third_party_settings: { }
field_extent:
type: string_textfield
weight: 11
weight: 12
region: content
settings:
size: 60
Expand Down Expand Up @@ -463,7 +465,7 @@ content:
third_party_settings: { }
field_geographic_subject:
type: entity_reference_autocomplete
weight: 13
weight: 14
region: content
settings:
match_operator: CONTAINS
Expand All @@ -473,15 +475,15 @@ content:
third_party_settings: { }
field_identifier:
type: string_textfield
weight: 18
weight: 16
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_isbn:
type: string_textfield
weight: 19
weight: 17
region: content
settings:
size: 60
Expand Down Expand Up @@ -517,7 +519,7 @@ content:
third_party_settings: { }
field_local_identifier:
type: string_textfield
weight: 21
weight: 19
region: content
settings:
size: 60
Expand Down Expand Up @@ -559,15 +561,15 @@ content:
third_party_settings: { }
field_oclc_number:
type: string_textfield
weight: 20
weight: 18
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_physical_form:
type: entity_reference_autocomplete
weight: 10
weight: 11
region: content
settings:
match_operator: CONTAINS
Expand All @@ -577,30 +579,38 @@ content:
third_party_settings: { }
field_pid:
type: string_textfield
weight: 23
weight: 20
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_place_published:
type: string_textfield
weight: 4
weight: 9
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_place_published_country:
type: entity_reference_autocomplete
weight: 5
weight: 10
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_publisher:
type: string_textfield
weight: 8
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_resource_type:
type: options_select
weight: 9
Expand All @@ -609,15 +619,15 @@ content:
third_party_settings: { }
field_rights:
type: text_textarea
weight: 12
weight: 16
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_subject:
type: entity_reference_autocomplete
weight: 10
weight: 11
region: content
settings:
match_operator: CONTAINS
Expand All @@ -637,7 +647,7 @@ content:
third_party_settings: { }
field_subjects_name:
type: entity_reference_autocomplete
weight: 11
weight: 12
region: content
settings:
match_operator: CONTAINS
Expand All @@ -655,7 +665,7 @@ content:
third_party_settings: { }
field_temporal_subject:
type: entity_reference_autocomplete
weight: 12
weight: 13
region: content
settings:
match_operator: CONTAINS
Expand All @@ -665,20 +675,20 @@ content:
third_party_settings: { }
field_viewer_override:
type: options_select
weight: 16
weight: 17
region: content
settings: { }
third_party_settings: { }
field_weight:
type: number
weight: 15
weight: 16
region: content
settings:
placeholder: ''
third_party_settings: { }
langcode:
type: language_select
weight: 17
weight: 18
region: content
settings:
include_locked: true
Expand Down Expand Up @@ -719,7 +729,7 @@ content:
placeholder: ''
third_party_settings: { }
translation:
weight: 18
weight: 19
region: content
settings: { }
third_party_settings: { }
Expand All @@ -734,4 +744,3 @@ content:
placeholder: ''
third_party_settings: { }
hidden: { }

Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies:
- field.field.node.islandora_object.field_pid
- field.field.node.islandora_object.field_place_published
- field.field.node.islandora_object.field_place_published_country
- field.field.node.islandora_object.field_publisher
- field.field.node.islandora_object.field_resource_type
- field.field.node.islandora_object.field_rights
- field.field.node.islandora_object.field_subject
Expand Down Expand Up @@ -93,7 +94,7 @@ content:
settings:
link_to_entity: false
third_party_settings: { }
weight: 3
weight: 2
region: content
field_classification:
type: string
Expand Down Expand Up @@ -251,7 +252,7 @@ content:
field_gemini_uri:
settings: { }
third_party_settings: { }
weight: 41
weight: 40
region: content
field_genre:
type: entity_reference_label
Expand Down Expand Up @@ -307,7 +308,7 @@ content:
settings:
link: true
third_party_settings: { }
weight: 4
weight: 3
region: content
field_local_identifier:
type: string
Expand All @@ -323,7 +324,7 @@ content:
settings:
link: true
third_party_settings: { }
weight: 2
weight: 1
region: content
field_mode_of_issuance:
type: entity_reference_label
Expand Down Expand Up @@ -364,6 +365,14 @@ content:
third_party_settings: { }
weight: 5
region: content
field_publisher:
type: string
label: inline
settings:
link_to_entity: false
third_party_settings: { }
weight: 4
region: content
field_resource_type:
type: entity_reference_label
label: inline
Expand All @@ -377,7 +386,7 @@ content:
label: above
settings: { }
third_party_settings: { }
weight: 44
weight: 41
region: content
field_subject:
type: entity_reference_label
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies:
- field.field.node.islandora_object.field_pid
- field.field.node.islandora_object.field_place_published
- field.field.node.islandora_object.field_place_published_country
- field.field.node.islandora_object.field_publisher
- field.field.node.islandora_object.field_resource_type
- field.field.node.islandora_object.field_rights
- field.field.node.islandora_object.field_subject
Expand Down Expand Up @@ -431,6 +432,7 @@ hidden:
field_model: true
field_pid: true
field_place_published_country: true
field_publisher: true
field_viewer_override: true
field_weight: true
islandora_fits_checksum: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies:
- field.field.node.islandora_object.field_pid
- field.field.node.islandora_object.field_place_published
- field.field.node.islandora_object.field_place_published_country
- field.field.node.islandora_object.field_publisher
- field.field.node.islandora_object.field_resource_type
- field.field.node.islandora_object.field_rights
- field.field.node.islandora_object.field_subject
Expand Down Expand Up @@ -196,6 +197,7 @@ hidden:
field_pid: true
field_place_published: true
field_place_published_country: true
field_publisher: true
field_rights: true
field_subject: true
field_subject_general: true
Expand Down
Loading

0 comments on commit 5261176

Please sign in to comment.