-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from dannylamb/issue-888
Part of Issue 888
- Loading branch information
Showing
3 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...config/install/field.field.taxonomy_term.resource_types.field_external_authority_link.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 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.taxonomy_term.field_external_authority_link | ||
- taxonomy.vocabulary.resource_types | ||
module: | ||
- controlled_access_terms | ||
id: taxonomy_term.resource_types.field_external_authority_link | ||
field_name: field_external_authority_link | ||
entity_type: taxonomy_term | ||
bundle: resource_types | ||
label: 'External Authority Link' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
authority_sources: | ||
dcmi_types: 'DCMI Type Vocabulary' | ||
marc_resource_types: 'MARC Resource Types' | ||
other: Other | ||
title: 1 | ||
link_type: 16 | ||
field_type: authority_link |
18 changes: 18 additions & 0 deletions
18
...onfiguration/config/install/field.storage.taxonomy_term.field_external_authority_link.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,18 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- controlled_access_terms | ||
- taxonomy | ||
id: taxonomy_term.field_external_authority_link | ||
field_name: field_external_authority_link | ||
entity_type: taxonomy_term | ||
type: authority_link | ||
settings: { } | ||
module: islandora_demo | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
8 changes: 8 additions & 0 deletions
8
..._access_terms_default_configuration/config/install/taxonomy.vocabulary.resource_types.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,8 @@ | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
name: 'Resource Types' | ||
vid: resource_types | ||
description: 'See http://purl.org/dc/dcmitype/ and http://id.loc.gov/vocabulary/resourceTypes.html (a nested list of types).' | ||
hierarchy: 0 | ||
weight: 0 |