Skip to content

Commit 917d66b

Browse files
rosielkspurgin
andauthored
MIG changes May 2021 (#69)
* MIG changes May 2021 * reconcile inconsistencies introduced by MIG Sprint based on old code MIG did not have the latest `controlled-access-terms` applied to the sandbox on which we were doing our work, so some things got a bit duplicated inexactly. Co-authored-by: Kristina Spurgin <[email protected]>
1 parent 70cab93 commit 917d66b

7 files changed

+33
-12
lines changed

modules/controlled_access_terms_defaults/config/install/core.entity_form_display.taxonomy_term.genre.default.yml

+17-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ mode: default
1515
content:
1616
description:
1717
type: text_textarea
18-
weight: 1
18+
weight: 0
1919
region: content
2020
settings:
21+
size: 60
2122
placeholder: ''
22-
rows: 5
2323
third_party_settings: { }
2424
field_authority_link:
2525
weight: 2
@@ -31,23 +31,35 @@ content:
3131
region: content
3232
langcode:
3333
type: language_select
34-
weight: 3
34+
weight: 2
3535
region: content
3636
settings:
3737
include_locked: true
3838
third_party_settings: { }
3939
name:
4040
type: string_textfield
41-
weight: 0
41+
weight: -5
4242
region: content
4343
settings:
4444
size: 60
4545
placeholder: ''
4646
third_party_settings: { }
4747
path:
4848
type: path
49-
weight: 4
49+
weight: 30
50+
region: content
51+
settings: { }
52+
third_party_settings: { }
53+
status:
54+
type: boolean_checkbox
55+
settings:
56+
display_label: true
57+
weight: 100
5058
region: content
59+
third_party_settings: { }
60+
translation:
61+
weight: 10
5162
settings: { }
5263
third_party_settings: { }
64+
region: content
5365
hidden: { }

modules/controlled_access_terms_defaults/config/install/core.entity_form_display.taxonomy_term.language.default.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ content:
2222
placeholder: ''
2323
third_party_settings: { }
2424
field_authority_link:
25-
weight: 31
25+
weight: 101
2626
settings:
2727
placeholder_url: ''
2828
placeholder_title: ''
@@ -50,4 +50,11 @@ content:
5050
region: content
5151
settings: { }
5252
third_party_settings: { }
53+
status:
54+
type: boolean_checkbox
55+
settings:
56+
display_label: true
57+
weight: 100
58+
region: content
59+
third_party_settings: { }
5360
hidden: { }

modules/controlled_access_terms_defaults/config/install/core.entity_view_display.taxonomy_term.language.default.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ content:
1919
region: content
2020
settings: { }
2121
third_party_settings: { }
22-
field_authority_sources:
22+
field_authority_link:
2323
weight: 1
2424
label: above
2525
settings:
@@ -33,3 +33,4 @@ content:
3333
region: content
3434
hidden:
3535
langcode: true
36+

modules/controlled_access_terms_defaults/config/install/field.field.taxonomy_term.genre.field_authority_link.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ default_value: { }
1818
default_value_callback: ''
1919
settings:
2020
authority_sources:
21-
lgcft: 'Library of Congress Genre/Form Terms'
21+
lcgft: 'Library of Congress Genre/Form Terms'
22+
tgm: 'Thesaurus for Graphic Materials (TGM)'
23+
mgt: 'MARC Genre/Terms Scheme'
2224
other: Other
2325
title: 1
2426
link_type: 16

modules/controlled_access_terms_defaults/config/install/field.field.taxonomy_term.language.field_authority_link.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ bundle: language
1313
label: 'Authority Sources'
1414
description: ''
1515
required: false
16-
translatable: false
16+
translatable: true
1717
default_value: { }
1818
default_value_callback: ''
1919
settings:
2020
authority_sources:
21-
iso639-2b: 'Library of Congress MARC List for Languages'
21+
iso639-2: 'ISO 639-2 Codes for the Representation of Names of Languages'
2222
other: Other
2323
title: 1
2424
link_type: 16

modules/controlled_access_terms_defaults/config/install/taxonomy.vocabulary.genre.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ name: Genre
55
vid: genre
66
description: 'A term or terms that designate a category characterizing a particular style, form, or content, such as artistic, musical, literary composition, etc.'
77
weight: 0
8-

modules/controlled_access_terms_defaults/config/install/taxonomy.vocabulary.language.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ status: true
33
dependencies: { }
44
name: Language
55
vid: language
6-
description: 'Language of the work'
6+
description: 'Codes to describe language of resource content. Intended for use with ISO639-2'
77
weight: 0

0 commit comments

Comments
 (0)