Apply automatic drupal updates

This commit is contained in:
Keegan Rankin 2023-08-30 15:31:55 -07:00
parent 382d20455d
commit 9ea162b764
5 changed files with 11 additions and 4 deletions

View file

@ -1,14 +1,15 @@
_core: _core:
default_config_hash: hSAUW7BoAd9YUpKcVKyZpW4wY67g4XZAYlt3Vnz6SVA default_config_hash: hSAUW7BoAd9YUpKcVKyZpW4wY67g4XZAYlt3Vnz6SVA
enabled_default: 0 enable_globally: 0
enable_globally_on_admin_routes: false
default_challenge: riddler/Riddler default_challenge: riddler/Riddler
description: 'Please help us focus on people and not spambots by answering this question.' description: 'Please help us focus on people and not spambots by answering this question.'
administration_mode: true administration_mode: true
allow_on_admin_pages: false administration_mode_on_admin_routes: false
whitelist_ips: '' whitelist_ips: ''
add_captcha_description: true
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct. Do we need to make our website more clear about what we do?' wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct. Do we need to make our website more clear about what we do?'
default_validation: 1 default_validation: 1
persistence: 3 persistence: 3
enable_stats: false enable_stats: false
log_wrong_responses: true log_wrong_responses: true
title: CAPTCHA

View file

@ -32,6 +32,7 @@ third_party_settings:
attributes: '' attributes: ''
link_attribute: '' link_attribute: ''
link_custom: '' link_custom: ''
label: ''
regions: { } regions: { }
_core: _core:
default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM
@ -50,7 +51,9 @@ hidden:
field_summary: true field_summary: true
field_tags: true field_tags: true
field_topics: true field_topics: true
indieweb_bridgypublishmastodon: true
indieweb_bridgypublishtwitter: true indieweb_bridgypublishtwitter: true
indieweb_syndication: true indieweb_syndication: true
langcode: true langcode: true
links: true links: true
search_api_excerpt: true

View file

@ -80,7 +80,9 @@ hidden:
field_meta_tags: true field_meta_tags: true
field_tags: true field_tags: true
field_topics: true field_topics: true
indieweb_bridgypublishmastodon: true
indieweb_bridgypublishtwitter: true indieweb_bridgypublishtwitter: true
indieweb_syndication: true indieweb_syndication: true
langcode: true langcode: true
links: true links: true
search_api_excerpt: true

View file

@ -53,3 +53,4 @@ content:
hidden: hidden:
field_style_classes: true field_style_classes: true
field_style_titlebar: true field_style_titlebar: true
search_api_excerpt: true

View file

@ -247,7 +247,7 @@ display:
type: basic type: basic
options: options:
submit_button: Filter submit_button: Filter
reset_button: false reset_button: true
reset_button_label: Reset reset_button_label: Reset
exposed_sorts_label: 'Sort by' exposed_sorts_label: 'Sort by'
expose_sort_order: true expose_sort_order: true