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
|