Skip to content

Commit

Permalink
Updating temporal subjects vocab (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored Jul 23, 2021
1 parent e6aec27 commit e4f8e6d
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.temporal.field_authority_link
- taxonomy.vocabulary.temporal
- field.field.taxonomy_term.temporal_subjects.field_authority_link
- taxonomy.vocabulary.temporal_subjects
module:
- controlled_access_terms
- path
- text
id: taxonomy_term.temporal.default
id: taxonomy_term.temporal_subjects.default
targetEntityType: taxonomy_term
bundle: temporal
bundle: temporal_subjects
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
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 @@ -2,14 +2,14 @@ langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.temporal.field_authority_link
- taxonomy.vocabulary.temporal
- field.field.taxonomy_term.temporal_subjects.field_authority_link
- taxonomy.vocabulary.temporal_subjects
module:
- controlled_access_terms
- text
id: taxonomy_term.temporal.default
id: taxonomy_term.temporal_subjects.default
targetEntityType: taxonomy_term
bundle: temporal
bundle: temporal_subjects
mode: default
content:
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ status: true
dependencies:
config:
- field.storage.taxonomy_term.field_authority_link
- taxonomy.vocabulary.temporal
- taxonomy.vocabulary.temporal_subjects
module:
- controlled_access_terms
id: taxonomy_term.temporal.field_authority_link
id: taxonomy_term.temporal_subjects.field_authority_link
field_name: field_authority_link
entity_type: taxonomy_term
bundle: temporal
bundle: temporal_subjects
label: 'Authority Sources'
description: ''
required: false
Expand All @@ -18,8 +18,7 @@ default_value: { }
default_value_callback: ''
settings:
authority_sources:
lgcft: 'Library of Congress Temporal Terms'
wiki: 'Wikidata'
lcsh: 'Library of Congress Subject Headings'
other: Other
title: 1
link_type: 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.temporal
- taxonomy.vocabulary.temporal_subjects
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '0'
id: taxonomy_term.temporal
id: taxonomy_term.temporal_subjects
target_entity_type_id: taxonomy_term
target_bundle: temporal
target_bundle: temporal_subjects
default_langcode: site_default
language_alterable: true

language_alterable: false
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.temporal
- taxonomy.vocabulary.temporal_subjects
module:
- taxonomy
id: taxonomy_term.temporal
id: taxonomy_term.temporal_subjects
targetEntityType: taxonomy_term
bundle: temporal
bundle: temporal_subjects
types:
- 'schema:Thing'
fieldMappings:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
langcode: en
status: true
dependencies: { }
name: 'Temporal Subjects'
vid: temporal_subjects
description: 'Subject terms expressing periods of time'
weight: 0

0 comments on commit e4f8e6d

Please sign in to comment.