-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c43156
commit 968298e
Showing
6 changed files
with
162 additions
and
0 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
...terms_defaults/config/install/core.entity_form_display.taxonomy_term.temporal.default.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,53 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.taxonomy_term.temporal.field_authority_link | ||
- taxonomy.vocabulary.temporal | ||
module: | ||
- controlled_access_terms | ||
- path | ||
- text | ||
id: taxonomy_term.temporal.default | ||
targetEntityType: taxonomy_term | ||
bundle: temporal | ||
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: { } |
35 changes: 35 additions & 0 deletions
35
...terms_defaults/config/install/core.entity_view_display.taxonomy_term.temporal.default.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,35 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.taxonomy_term.temporal.field_authority_link | ||
- taxonomy.vocabulary.temporal | ||
module: | ||
- controlled_access_terms | ||
- text | ||
id: taxonomy_term.temporal.default | ||
targetEntityType: taxonomy_term | ||
bundle: temporal | ||
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 |
25 changes: 25 additions & 0 deletions
25
...terms_defaults/config/install/field.field.taxonomy_term.temporal.field_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,25 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.taxonomy_term.field_authority_link | ||
- taxonomy.vocabulary.temporal | ||
module: | ||
- controlled_access_terms | ||
id: taxonomy_term.temporal.field_authority_link | ||
field_name: field_authority_link | ||
entity_type: taxonomy_term | ||
bundle: temporal | ||
label: 'Authority Sources' | ||
description: '' | ||
required: false | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
authority_sources: | ||
lgcft: 'Library of Congress Temporal Terms' | ||
other: Other | ||
title: 1 | ||
link_type: 16 | ||
field_type: authority_link |
18 changes: 18 additions & 0 deletions
18
...access_terms_defaults/config/install/language.content_settings.taxonomy_term.temporal.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: | ||
config: | ||
- taxonomy.vocabulary.temporal | ||
module: | ||
- content_translation | ||
third_party_settings: | ||
content_translation: | ||
enabled: true | ||
bundle_settings: | ||
untranslatable_fields_hide: '0' | ||
id: taxonomy_term.temporal | ||
target_entity_type_id: taxonomy_term | ||
target_bundle: temporal | ||
default_langcode: site_default | ||
language_alterable: true | ||
|
23 changes: 23 additions & 0 deletions
23
...es/controlled_access_terms_defaults/config/install/rdf.mapping.taxonomy_term.temporal.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,23 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- taxonomy.vocabulary.temporal | ||
module: | ||
- taxonomy | ||
id: taxonomy_term.temporal | ||
targetEntityType: taxonomy_term | ||
bundle: temporal | ||
types: | ||
- 'schema:Thing' | ||
fieldMappings: | ||
name: | ||
properties: | ||
- 'schema:name' | ||
description: | ||
properties: | ||
- 'schema:description' | ||
field_authority_link: | ||
properties: | ||
- 'schema:sameAs' | ||
|
8 changes: 8 additions & 0 deletions
8
modules/controlled_access_terms_defaults/config/install/taxonomy.vocabulary.temporal.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: Temporal | ||
vid: temporal | ||
description: 'Used for chronological subject terms or temporal coverage.' | ||
weight: 0 | ||
|