Configure OpenGraph and Twitter metadata #125
This commit is contained in:
parent
accc3558be
commit
ce184f10ba
2 changed files with 47 additions and 5 deletions
|
@ -1,8 +1,38 @@
|
|||
_core:
|
||||
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
|
||||
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_trim_end: '|.,-:;/+&([{"'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue