Compare commits
No commits in common. "ce184f10ba7acf4a822843bb90be4660263e34f3" and "28b83824931580fab22e544c2c84a95d17fb4ad3" have entirely different histories.
ce184f10ba
...
28b8382493
3 changed files with 5 additions and 48 deletions
|
@ -5,9 +5,8 @@ enable_globally_on_admin_routes: false
|
||||||
default_challenge: riddler/Riddler
|
default_challenge: riddler/Riddler
|
||||||
description: 'This question is to verify that you are a human visitor and to prevent automated spam.'
|
description: 'This question is to verify that you are a human visitor and to prevent automated spam.'
|
||||||
title: CAPTCHA
|
title: CAPTCHA
|
||||||
administration_mode: false
|
administration_mode: true
|
||||||
administration_mode_on_admin_routes: false
|
administration_mode_on_admin_routes: false
|
||||||
whitelist_ips: ''
|
|
||||||
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
|
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
|
||||||
default_validation: 1
|
default_validation: 1
|
||||||
persistence: 1
|
persistence: 1
|
||||||
|
|
|
@ -7,19 +7,7 @@ _core:
|
||||||
id: node
|
id: node
|
||||||
label: Content
|
label: Content
|
||||||
tags:
|
tags:
|
||||||
canonical_url: '[node:url]'
|
|
||||||
description: '[node:summary]'
|
|
||||||
image_src: '[node:field_image:0:focal_point_1300x650]'
|
image_src: '[node:field_image:0:focal_point_1300x650]'
|
||||||
og_description: '[node:field_summary]'
|
description: '[node: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]'
|
title: '[node:title] | [site:name]'
|
||||||
twitter_cards_description: '[node:field_summary]'
|
canonical_url: '[node:url]'
|
||||||
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,38 +1,8 @@
|
||||||
_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