-
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.
Added form and view for authority link in resource types vocabulary (#51
) * Added form and view for authority link in resource types vocabulary * Replaces field_external_authority_link and with field_authority_link in resource_types vocabulary
- Loading branch information
Showing
4 changed files
with
99 additions
and
21 deletions.
There are no files selected for viewing
59 changes: 59 additions & 0 deletions
59
...defaults/config/install/core.entity_form_display.taxonomy_term.resource_types.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,59 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.taxonomy_term.resource_types.field_authority_link | ||
- taxonomy.vocabulary.resource_types | ||
module: | ||
- controlled_access_terms | ||
- link | ||
- path | ||
- text | ||
id: taxonomy_term.resource_types.default | ||
targetEntityType: taxonomy_term | ||
bundle: resource_types | ||
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: 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: 5 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
translation: | ||
weight: 4 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
hidden: { } |
36 changes: 36 additions & 0 deletions
36
...defaults/config/install/core.entity_view_display.taxonomy_term.resource_types.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,36 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.taxonomy_term.resource_types.field_authority_link | ||
- taxonomy.vocabulary.resource_types | ||
module: | ||
- controlled_access_terms | ||
- link | ||
- text | ||
id: taxonomy_term.resource_types.default | ||
targetEntityType: taxonomy_term | ||
bundle: resource_types | ||
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: '' | ||
third_party_settings: { } | ||
type: link | ||
region: content | ||
hidden: | ||
langcode: true |
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
17 changes: 0 additions & 17 deletions
17
...rms_defaults/config/install/field.storage.taxonomy_term.field_external_authority_link.yml
This file was deleted.
Oops, something went wrong.