Skip to content

MIG changes May 2021 #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.genre.field_authority_link
- field.field.taxonomy_term.genre.field_authority_sources
- taxonomy.vocabulary.genre
module:
- controlled_access_terms
Expand All @@ -14,15 +14,15 @@ bundle: genre
mode: default
content:
description:
type: text_textarea
weight: 1
type: text_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
rows: 5
third_party_settings: { }
field_authority_link:
weight: 2
field_authority_sources:
weight: 101
settings:
placeholder_url: ''
placeholder_title: ''
Expand All @@ -31,23 +31,35 @@ content:
region: content
langcode:
type: language_select
weight: 3
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
name:
type: string_textfield
weight: 0
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 4
weight: 30
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 100
region: content
third_party_settings: { }
translation:
weight: 10
settings: { }
third_party_settings: { }
region: content
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ content:
placeholder: ''
third_party_settings: { }
field_authority_link:
weight: 31
weight: 101
settings:
placeholder_url: ''
placeholder_title: ''
Expand Down Expand Up @@ -50,4 +50,11 @@ content:
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 100
region: content
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.genre.field_authority_link
- field.field.taxonomy_term.genre.field_authority_sources
- taxonomy.vocabulary.genre
module:
- controlled_access_terms
Expand All @@ -19,7 +19,7 @@ content:
region: content
settings: { }
third_party_settings: { }
field_authority_link:
field_authority_sources:
weight: 1
label: above
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ content:
region: content
settings: { }
third_party_settings: { }
field_authority_sources:
field_authority_link:
weight: 1
label: above
settings:
Expand All @@ -33,3 +33,4 @@ content:
region: content
hidden:
langcode: true

Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
langcode: en
status: true
dependencies:
config:
- field.storage.taxonomy_term.field_authority_sources
- taxonomy.vocabulary.genre
module:
- controlled_access_terms
id: taxonomy_term.genre.field_authority_sources
field_name: field_authority_sources
entity_type: taxonomy_term
bundle: genre
label: 'Authority Sources'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
authority_sources:
lcgft: 'Library of Congress Genre/Form Terms'
tgm: 'Thesaurus for Graphic Materials (TGM)'
mgt: 'MARC Genre/Terms Scheme'
other: Other
title: 1
link_type: 16
field_type: authority_link
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ id: taxonomy_term.language.field_authority_link
field_name: field_authority_link
entity_type: taxonomy_term
bundle: language
label: 'Authority Sources'
label: 'Authority Link'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
authority_sources:
iso639-2b: 'Library of Congress MARC List for Languages'
iso639-2: 'ISO 639-2 Codes for the Representation of Names of Languages'
other: Other
title: 1
link_type: 16
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
langcode: en
status: true
dependencies:
module:
- controlled_access_terms
- field_permissions
- taxonomy
third_party_settings:
field_permissions:
permission_type: public
id: taxonomy_term.field_authority_sources
field_name: field_authority_sources
entity_type: taxonomy_term
type: authority_link
settings: { }
module: controlled_access_terms
locked: false
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ status: true
dependencies: { }
name: Genre
vid: genre
description: 'A term or terms that designate a category characterizing a particular style, form, or content, such as artistic, musical, literary composition, etc.'
description: 'Terms that designate particular styles or forms of content'
weight: 0

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ status: true
dependencies: { }
name: Language
vid: language
description: 'Language of the work'
description: 'Codes to describe language of resourse content. Intended for use with ISO639-2'
weight: 0