Configure OpenGraph and Twitter metadata #125
This commit is contained in:
parent
accc3558be
commit
ce184f10ba
2 changed files with 47 additions and 5 deletions
|
@ -7,7 +7,19 @@ _core:
|
||||||
id: node
|
id: node
|
||||||
label: Content
|
label: Content
|
||||||
tags:
|
tags:
|
||||||
image_src: '[node:field_image:0:focal_point_1300x650]'
|
|
||||||
description: '[node:summary]'
|
|
||||||
title: '[node:title] | [site:name]'
|
|
||||||
canonical_url: '[node:url]'
|
canonical_url: '[node:url]'
|
||||||
|
description: '[node:summary]'
|
||||||
|
image_src: '[node:field_image:0:focal_point_1300x650]'
|
||||||
|
og_description: '[node:field_summary]'
|
||||||
|
og_image: '[node:field_media_image:entity:field_media_image:focal_point_1300x650:url]'
|
||||||
|
og_image_alt: '[node:field_media_image:entity:field_media_image:alt]'
|
||||||
|
og_site_name: 'Grassroots Economic Organizing'
|
||||||
|
og_title: '[node:title]'
|
||||||
|
og_type: article
|
||||||
|
og_url: '[node:url:absolute]'
|
||||||
|
title: '[node:title] | [site:name]'
|
||||||
|
twitter_cards_description: '[node:field_summary]'
|
||||||
|
twitter_cards_image: '[node:field_media_image:entity:field_media_image:focal_point_325x195:url]'
|
||||||
|
twitter_cards_image_alt: '[node:field_media_image:entity:field_media_image:alt]'
|
||||||
|
twitter_cards_title: '[node:title]'
|
||||||
|
twitter_cards_type: summary_large_image
|
||||||
|
|
|
@ -1,8 +1,38 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 3mgYDspyj5REgG6ooA1izlcMzEs34kHPFUOMIXeDOco
|
default_config_hash: 3mgYDspyj5REgG6ooA1izlcMzEs34kHPFUOMIXeDOco
|
||||||
entity_type_groups: { }
|
entity_type_groups:
|
||||||
|
node:
|
||||||
|
article:
|
||||||
|
basic: basic
|
||||||
|
advanced: advanced
|
||||||
|
open_graph: open_graph
|
||||||
|
twitter_cards: twitter_cards
|
||||||
|
blog:
|
||||||
|
open_graph: open_graph
|
||||||
|
twitter_cards: twitter_cards
|
||||||
|
collection:
|
||||||
|
open_graph: open_graph
|
||||||
|
twitter_cards: twitter_cards
|
||||||
|
gleaning:
|
||||||
|
open_graph: open_graph
|
||||||
|
twitter_cards: twitter_cards
|
||||||
|
page:
|
||||||
|
open_graph: open_graph
|
||||||
|
twitter_cards: twitter_cards
|
||||||
|
people:
|
||||||
|
open_graph: open_graph
|
||||||
|
twitter_cards: twitter_cards
|
||||||
|
separator: ','
|
||||||
tag_trim_method: beforeValue
|
tag_trim_method: beforeValue
|
||||||
use_maxlength: true
|
use_maxlength: true
|
||||||
tag_trim_maxlength: { }
|
tag_trim_maxlength:
|
||||||
|
metatag_maxlength_title: null
|
||||||
|
metatag_maxlength_description: null
|
||||||
|
metatag_maxlength_abstract: null
|
||||||
|
metatag_maxlength_og_site_name: null
|
||||||
|
metatag_maxlength_og_title: null
|
||||||
|
metatag_maxlength_og_description: null
|
||||||
|
metatag_maxlength_twitter_cards_description: null
|
||||||
|
metatag_maxlength_twitter_cards_title: null
|
||||||
tag_scroll_max_height: ''
|
tag_scroll_max_height: ''
|
||||||
tag_trim_end: '|.,-:;/+&([{"'''
|
tag_trim_end: '|.,-:;/+&([{"'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue