Skip to content
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

Adding new Vocabularies/Taxonomies as per Metadata Interest Group mappings #35

Merged
merged 14 commits into from
Jan 13, 2020
Merged
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ php:
- 7.1
- 7.2

services:
- mysql

matrix:
fast_finish: true

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.country.field_authority_link
- taxonomy.vocabulary.country
module:
- controlled_access_terms
- path
- text
id: taxonomy_term.country.default
targetEntityType: taxonomy_term
bundle: country
mode: default
content:
description:
type: text_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_authority_link:
weight: 31
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
type: authority_link_default
region: content
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
name:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.form.field_authority_link
- taxonomy.vocabulary.form
module:
- controlled_access_terms
- path
- text
id: taxonomy_term.form.default
targetEntityType: taxonomy_term
bundle: form
mode: default
content:
description:
type: text_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_authority_link:
weight: 31
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
type: authority_link_default
region: content
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
name:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.genre.field_authority_link
- taxonomy.vocabulary.genre
module:
- controlled_access_terms
- path
- text
id: taxonomy_term.genre.default
targetEntityType: taxonomy_term
bundle: genre
mode: default
content:
description:
type: text_textarea
weight: 1
region: content
settings:
placeholder: ''
rows: 5
third_party_settings: { }
field_authority_link:
weight: 2
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
type: authority_link_default
region: content
langcode:
type: language_select
weight: 3
region: content
settings:
include_locked: true
third_party_settings: { }
name:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 4
region: content
settings: { }
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.language.field_authority_link
- taxonomy.vocabulary.language
module:
- controlled_access_terms
- path
- text
id: taxonomy_term.language.default
targetEntityType: taxonomy_term
bundle: language
mode: default
content:
description:
type: text_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_authority_link:
weight: 31
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
type: authority_link_default
region: content
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
name:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.country.field_authority_link
- taxonomy.vocabulary.country
module:
- controlled_access_terms
- text
id: taxonomy_term.country.default
targetEntityType: taxonomy_term
bundle: country
mode: default
content:
description:
label: hidden
type: text_default
weight: 0
region: content
settings: { }
third_party_settings: { }
field_authority_link:
weight: 1
label: above
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: _blank
third_party_settings: { }
type: authority_formatter_default
region: content
hidden:
langcode: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.form.field_authority_link
- taxonomy.vocabulary.form
module:
- controlled_access_terms
- text
id: taxonomy_term.form.default
targetEntityType: taxonomy_term
bundle: form
mode: default
content:
description:
label: hidden
type: text_default
weight: 0
region: content
settings: { }
third_party_settings: { }
field_authority_link:
weight: 1
label: above
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: _blank
third_party_settings: { }
type: authority_formatter_default
region: content
hidden:
langcode: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.genre.field_authority_link
- taxonomy.vocabulary.genre
module:
- controlled_access_terms
- text
id: taxonomy_term.genre.default
targetEntityType: taxonomy_term
bundle: genre
mode: default
content:
description:
label: hidden
type: text_default
weight: 0
region: content
settings: { }
third_party_settings: { }
field_authority_link:
weight: 1
label: above
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: _blank
third_party_settings: { }
type: authority_formatter_default
region: content
hidden:
langcode: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.language.field_authority_link
- taxonomy.vocabulary.language
module:
- controlled_access_terms
- text
id: taxonomy_term.language.default
targetEntityType: taxonomy_term
bundle: language
mode: default
content:
description:
label: hidden
type: text_default
weight: 0
region: content
settings: { }
third_party_settings: { }
field_authority_sources:
weight: 1
label: above
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: _blank
third_party_settings: { }
type: authority_formatter_default
region: content
hidden:
langcode: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
langcode: en
status: true
dependencies:
config:
- field.storage.taxonomy_term.field_authority_link
- taxonomy.vocabulary.country
module:
- controlled_access_terms
id: taxonomy_term.country.field_authority_link
field_name: field_authority_link
entity_type: taxonomy_term
bundle: country
label: 'Authority Sources'
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
authority_sources:
MarcCountry: 'MARC Country Code List'
other: Other
title: 1
link_type: 16
field_type: authority_link
Loading