mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
26 lines
683 B
YAML
26 lines
683 B
YAML
# ===================================
|
|
# Field Definitions
|
|
# ===================================
|
|
|
|
tabs:
|
|
defaultTab: system::lang.log.default_tab
|
|
fields:
|
|
|
|
log_requests:
|
|
label: system::lang.log.log_requests
|
|
span: auto
|
|
type: switch
|
|
comment: system::lang.log.log_requests_comment
|
|
|
|
log_theme:
|
|
label: system::lang.log.log_theme
|
|
span: auto
|
|
type: switch
|
|
comment: system::lang.log.log_theme_comment
|
|
|
|
log_events:
|
|
label: system::lang.log.log_events
|
|
span: auto
|
|
type: switch
|
|
comment: system::lang.log.log_events_comment
|