This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/web/modules/contrib/webform/config/schema/webform.honeypot.schema.yml
2017-03-16 15:29:07 +00:00

21 lines
573 B
YAML

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'