2013-03-13 21:34:36 +00:00
|
|
|
# Schema for the configuration files of the Contact module.
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
|
|
|
|
contact.category.*:
|
2014-05-31 11:55:13 +00:00
|
|
|
type: config_entity
|
2013-03-13 21:34:36 +00:00
|
|
|
label: 'Contact category'
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
mapping:
|
2013-03-13 21:34:36 +00:00
|
|
|
recipients:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: sequence
|
2013-03-13 21:34:36 +00:00
|
|
|
label: 'Recipients'
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
sequence:
|
|
|
|
- type: email
|
2014-06-09 21:47:53 +00:00
|
|
|
label: 'Email address'
|
2013-03-13 21:34:36 +00:00
|
|
|
reply:
|
2013-03-22 17:58:11 +00:00
|
|
|
type: text
|
2013-03-13 21:34:36 +00:00
|
|
|
label: 'Auto-reply'
|
|
|
|
weight:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: integer
|
2013-03-13 21:34:36 +00:00
|
|
|
label: 'Weight'
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
|
|
|
|
contact.settings:
|
|
|
|
type: mapping
|
2013-03-13 21:34:36 +00:00
|
|
|
label: 'Contact settings'
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
mapping:
|
2013-03-13 21:34:36 +00:00
|
|
|
default_category:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: string
|
2013-03-13 21:34:36 +00:00
|
|
|
label: 'Default category identifier'
|
|
|
|
flood:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: mapping
|
2013-03-13 21:34:36 +00:00
|
|
|
label: 'Flood control'
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
mapping:
|
2013-03-13 21:34:36 +00:00
|
|
|
limit:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: integer
|
2013-03-13 21:34:36 +00:00
|
|
|
label: 'Limit'
|
|
|
|
interval:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: integer
|
2013-03-13 21:34:36 +00:00
|
|
|
label: 'Interval'
|
|
|
|
user_default_enabled:
|
|
|
|
type: boolean
|
|
|
|
label: 'Personal contact form enabled by default'
|