Compare commits
2 commits
28b8382493
...
ce184f10ba
Author | SHA1 | Date | |
---|---|---|---|
ce184f10ba | |||
accc3558be |
3 changed files with 49 additions and 6 deletions
|
@ -5,8 +5,9 @@ enable_globally_on_admin_routes: false
|
|||
default_challenge: riddler/Riddler
|
||||
description: 'This question is to verify that you are a human visitor and to prevent automated spam.'
|
||||
title: CAPTCHA
|
||||
administration_mode: true
|
||||
administration_mode: false
|
||||
administration_mode_on_admin_routes: false
|
||||
whitelist_ips: ''
|
||||
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
|
||||
default_validation: 1
|
||||
persistence: 1
|
||||
|
|
|
@ -7,7 +7,19 @@ _core:
|
|||
id: node
|
||||
label: Content
|
||||
tags:
|
||||
image_src: '[node:field_image:0:focal_point_1300x650]'
|
||||
description: '[node:summary]'
|
||||
title: '[node:title] | [site:name]'
|
||||
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:
|
||||
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
Reference in a new issue