-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #882 from unlcms/issue720-tagging
Issue #720: General tagging on builder pages
- Loading branch information
Showing
28 changed files
with
404 additions
and
157 deletions.
There are no files selected for viewing
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
29 changes: 29 additions & 0 deletions
29
config/sync/field.field.node.builder_page.s_n_site_organization_tags.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,29 @@ | ||
uuid: c634ed85-3e54-43a3-b746-d030e2b65cb4 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.s_n_site_organization_tags | ||
- node.type.builder_page | ||
- taxonomy.vocabulary.site_organization_tags | ||
id: node.builder_page.s_n_site_organization_tags | ||
field_name: s_n_site_organization_tags | ||
entity_type: node | ||
bundle: builder_page | ||
label: 'Site organization tags' | ||
description: 'Any tags added here will add this item to an aggregate page located at /tag/EXAMPLE-TAG-NAME.' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
handler: 'default:taxonomy_term' | ||
handler_settings: | ||
target_bundles: | ||
site_organization_tags: site_organization_tags | ||
sort: | ||
field: name | ||
direction: asc | ||
auto_create: true | ||
auto_create_bundle: '' | ||
field_type: entity_reference |
20 changes: 20 additions & 0 deletions
20
config/sync/field.storage.node.s_n_site_organization_tags.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,20 @@ | ||
uuid: 93b348a4-7465-4577-a0ae-a54f1d88c037 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- node | ||
- taxonomy | ||
id: node.s_n_site_organization_tags | ||
field_name: s_n_site_organization_tags | ||
entity_type: node | ||
type: entity_reference | ||
settings: | ||
target_type: taxonomy_term | ||
module: core | ||
locked: false | ||
cardinality: -1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
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,22 @@ | ||
uuid: a72aaaa6-1cf8-4581-a826-800475fca75b | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- taxonomy | ||
id: taxonomy_tags | ||
label: 'Taxonomy: Tags' | ||
type: 'canonical_entities:taxonomy_term' | ||
pattern: 'tag/[term:name]' | ||
selection_criteria: | ||
18d54d51-5f83-499b-9597-50c87e32373a: | ||
id: 'entity_bundle:taxonomy_term' | ||
negate: false | ||
uuid: 18d54d51-5f83-499b-9597-50c87e32373a | ||
context_mapping: | ||
taxonomy_term: taxonomy_term | ||
bundles: | ||
site_organization_tags: site_organization_tags | ||
selection_logic: and | ||
weight: -5 | ||
relationships: { } |
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 @@ | ||
uuid: 02480ad1-bff1-4982-98f2-c2817c2edb80 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
name: 'Site organization tags' | ||
vid: site_organization_tags | ||
description: '' | ||
weight: 0 |
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
Oops, something went wrong.