-
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.
Merge pull request #381 from AmazeeLabs/SLB-497-centralised-seo-settings
SLB-497: Centralised seo settings
- Loading branch information
Showing
31 changed files
with
985 additions
and
57 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
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
19 changes: 19 additions & 0 deletions
19
apps/cms/config/sync/field.field.node.page.field_seo_description.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: 00985ef6-371f-49c4-ad7e-27bb9456fde0 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_seo_description | ||
- node.type.page | ||
id: node.page.field_seo_description | ||
field_name: field_seo_description | ||
entity_type: node | ||
bundle: page | ||
label: 'SEO Description' | ||
description: 'Write a description for search engines and social media sites.' | ||
required: false | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string_long |
29 changes: 29 additions & 0 deletions
29
apps/cms/config/sync/field.field.node.page.field_seo_image.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: cb4d8c10-3dda-4bb1-b55d-a0ce6e7f2aa5 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_seo_image | ||
- media.type.image | ||
- node.type.page | ||
id: node.page.field_seo_image | ||
field_name: field_seo_image | ||
entity_type: node | ||
bundle: page | ||
label: 'SEO Image' | ||
description: 'Upload an image to be used when the page is shared on social media sites.' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
handler: 'default:media' | ||
handler_settings: | ||
target_bundles: | ||
image: image | ||
sort: | ||
field: _none | ||
direction: ASC | ||
auto_create: false | ||
auto_create_bundle: '' | ||
field_type: entity_reference |
19 changes: 19 additions & 0 deletions
19
apps/cms/config/sync/field.field.node.page.field_seo_title.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: 7ee97342-4903-44e7-aff2-61fa1d1d1e03 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_seo_title | ||
- node.type.page | ||
id: node.page.field_seo_title | ||
field_name: field_seo_title | ||
entity_type: node | ||
bundle: page | ||
label: 'SEO Title' | ||
description: 'Use this field to overwrite the default HTML page title for SEO.' | ||
required: false | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
19 changes: 19 additions & 0 deletions
19
apps/cms/config/sync/field.storage.node.field_seo_description.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: 4cd1813f-ee32-4bfb-9869-950ca3f30d31 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- node | ||
id: node.field_seo_description | ||
field_name: field_seo_description | ||
entity_type: node | ||
type: string_long | ||
settings: | ||
case_sensitive: false | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
20 changes: 20 additions & 0 deletions
20
apps/cms/config/sync/field.storage.node.field_seo_image.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: 5471835f-a39a-4ec8-8b69-fbe75208e015 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- media | ||
- node | ||
id: node.field_seo_image | ||
field_name: field_seo_image | ||
entity_type: node | ||
type: entity_reference | ||
settings: | ||
target_type: media | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
Oops, something went wrong.