-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add external link url for branch pages
- Loading branch information
Showing
10 changed files
with
84 additions
and
24 deletions.
There are no files selected for viewing
8 changes: 7 additions & 1 deletion
8
.../split/library/config_split.patch.core.entity_view_display.node.stanford_news.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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
adding: | ||
third_party_settings: | ||
layout_library: | ||
enable: false | ||
hidden: | ||
sul_rel_links: true | ||
sul_rel_links_heading: true | ||
removing: { } | ||
removing: | ||
third_party_settings: | ||
layout_library: | ||
enable: 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
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
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
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
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
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
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
23 changes: 23 additions & 0 deletions
23
...l_profile/config/sync/split/library/field.field.node.sul_library.sul_library__ext_url.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 @@ | ||
uuid: 23447cf1-27c3-4ae5-abd2-dd93006e3d09 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.sul_library__ext_url | ||
- node.type.sul_library | ||
module: | ||
- link | ||
id: node.sul_library.sul_library__ext_url | ||
field_name: sul_library__ext_url | ||
entity_type: node | ||
bundle: sul_library | ||
label: 'External Page' | ||
description: 'Provide an external URL that the branch page will redirect to. Leave this empty to display the branch page on the Library site.' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
title: 0 | ||
link_type: 16 | ||
field_type: link |
19 changes: 19 additions & 0 deletions
19
...agunita/sul_profile/config/sync/split/library/field.storage.node.sul_library__ext_url.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,19 @@ | ||
uuid: f7453797-fda8-4ff5-89b3-bf7bc12f729f | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- link | ||
- node | ||
id: node.sul_library__ext_url | ||
field_name: sul_library__ext_url | ||
entity_type: node | ||
type: link | ||
settings: { } | ||
module: link | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |