Skip to content

Commit

Permalink
Merge pull request #9 from dannylamb/issue-888
Browse files Browse the repository at this point in the history
Part of Issue 888
  • Loading branch information
seth-shaw-unlv authored Oct 24, 2018
2 parents 1fb2b78 + 492f8c5 commit 0b688da
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
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
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
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

0 comments on commit 0b688da

Please sign in to comment.