This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/config/schema/webform.honeypot.schema.yml

22 lines
573 B
YAML
Raw Normal View History

2017-03-16 15:29:07 +00:00
webform.admin_settings.third_party.honeypot:
type: mapping
label: 'Webform test third party settings'
mapping:
honeypot:
type: boolean
label: 'Protect all webforms with Honeypot'
time_restriction:
type: boolean
label: 'Add time limit to all webforms'
webform.settings.third_party.honeypot:
type: mapping
label: 'Webform test third party settings'
mapping:
honeypot:
type: boolean
label: 'Protect all webforms with Honeypot'
time_restriction:
type: boolean
label: 'Add time limit to all webforms'