Add config snapshots for riddler and captcha modules
This commit is contained in:
parent
56bcb1f0b4
commit
d18e4cb8d5
2 changed files with 108 additions and 0 deletions
|
@ -0,0 +1,87 @@
|
||||||
|
uuid: a0774d2b-61d7-4c01-8258-8981e5117df1
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- captcha
|
||||||
|
id: config_sync.module.captcha
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: captcha
|
||||||
|
items:
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: captcha.captcha_point.contact_message_feedback_form
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: false
|
||||||
|
dependencies: { }
|
||||||
|
formId: contact_message_feedback_form
|
||||||
|
captchaType: default
|
||||||
|
label: null
|
||||||
|
_core:
|
||||||
|
default_config_hash: MbTbUeeaumH8DjENUwT0-8uW9UuxyNHbF6jbKCLhYkk
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: captcha.captcha_point.contact_message_personal_form
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: false
|
||||||
|
dependencies: { }
|
||||||
|
formId: contact_message_personal_form
|
||||||
|
captchaType: default
|
||||||
|
label: null
|
||||||
|
_core:
|
||||||
|
default_config_hash: JWbmGm_KvY_3No38GsmOrkAy8N9u5Sm4yjJlDJlAW7c
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: captcha.captcha_point.user_login_form
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: false
|
||||||
|
dependencies: { }
|
||||||
|
formId: user_login_form
|
||||||
|
captchaType: default
|
||||||
|
label: null
|
||||||
|
_core:
|
||||||
|
default_config_hash: crLwyc9uwZ8Bv8lpMLIOEQYHOxW_mS49jaDf_95-o4I
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: captcha.captcha_point.user_pass
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: false
|
||||||
|
dependencies: { }
|
||||||
|
formId: user_pass
|
||||||
|
captchaType: default
|
||||||
|
label: null
|
||||||
|
_core:
|
||||||
|
default_config_hash: KV2eyuDk4Ux0da6fu6QsTUf_49rPDXilNurV5nRZqJE
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: captcha.captcha_point.user_register_form
|
||||||
|
data:
|
||||||
|
langcode: en
|
||||||
|
status: false
|
||||||
|
dependencies: { }
|
||||||
|
formId: user_register_form
|
||||||
|
captchaType: default
|
||||||
|
label: null
|
||||||
|
_core:
|
||||||
|
default_config_hash: O11nB9Assnic6AhIuaeK_CQdh_zO0udxABDnUZJupis
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: captcha.settings
|
||||||
|
data:
|
||||||
|
enabled_default: 0
|
||||||
|
default_challenge: captcha/Math
|
||||||
|
description: 'This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.'
|
||||||
|
administration_mode: false
|
||||||
|
allow_on_admin_pages: false
|
||||||
|
add_captcha_description: true
|
||||||
|
default_validation: 1
|
||||||
|
persistence: 1
|
||||||
|
enable_stats: false
|
||||||
|
log_wrong_responses: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: _UaIWu0_ZD3lUs97wlFC2Koi-o7Bex69Xr9q36nJtkY
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: ba8f4248-be44-4a32-930a-2347ecb2ff71
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- riddler
|
||||||
|
id: config_sync.module.riddler
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: riddler
|
||||||
|
items:
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: riddler.settings
|
||||||
|
data:
|
||||||
|
riddles:
|
||||||
|
-
|
||||||
|
question: 'Do you really hate Spam?'
|
||||||
|
response: Yes!
|
||||||
|
_core:
|
||||||
|
default_config_hash: pKKCV0W4-r3Zf1QQzR2HDXAXmfH81248yrY2d9iR7S4
|
Loading…
Add table
Reference in a new issue