-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added some metatags for asu_repository_item and collection, updated r…
…ealtime_seo to show on collection edit page -- unknown how score is derived for #80
- Loading branch information
Showing
5 changed files
with
50 additions
and
5 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
config/sync/field.field.node.collection.field_yoast_seo.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 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_yoast_seo | ||
- node.type.collection | ||
module: | ||
- yoast_seo | ||
id: node.collection.field_yoast_seo | ||
field_name: field_yoast_seo | ||
entity_type: node | ||
bundle: collection | ||
label: 'Real-time SEO' | ||
description: '' | ||
required: false | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: yoast_seo |
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: | ||
module: | ||
- node | ||
- yoast_seo | ||
id: node.field_yoast_seo | ||
field_name: field_yoast_seo | ||
entity_type: node | ||
type: yoast_seo | ||
settings: { } | ||
module: yoast_seo | ||
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
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,7 +1,9 @@ | ||
langcode: en | ||
status: false | ||
status: true | ||
dependencies: { } | ||
id: node__collection | ||
label: 'Content: Collection' | ||
tags: | ||
citation_title: '[node:title]' | ||
keywords: '[node:field_yoast_seo:focus_keyword]' | ||
title: '[node:title]' | ||
description: '[node:field_rich_description]' |
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,6 +1,9 @@ | ||
entity_type_groups: | ||
node: | ||
asu_repository_item: | ||
basic: basic | ||
google_scholar: google_scholar | ||
collection: | ||
basic: basic | ||
google_scholar: google_scholar | ||
separator: ',' |