mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
18 lines
416 B
YAML
18 lines
416 B
YAML
# ===================================
|
|
# Field Definitions
|
|
# ===================================
|
|
|
|
fields:
|
|
|
|
hint:
|
|
type: hint
|
|
path: ~/modules/cms/models/maintenancesetting/_hint.htm
|
|
|
|
is_enabled:
|
|
label: cms::lang.maintenance.is_enabled
|
|
comment: cms::lang.maintenance.is_enabled_comment
|
|
type: checkbox
|
|
|
|
cms_page:
|
|
type: dropdown
|
|
cssClass: checkbox-align |