mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
19 lines
377 B
YAML
19 lines
377 B
YAML
# ===================================
|
|
# Form Behavior Config
|
|
# ===================================
|
|
|
|
# Record name
|
|
name: Log
|
|
|
|
# Model Form Field configuration
|
|
form: @/modules/system/models/requestlog/fields.yaml
|
|
|
|
# Model Class name
|
|
modelClass: System\Models\RequestLog
|
|
|
|
# Default redirect location
|
|
defaultRedirect: system/requestlogs
|
|
|
|
# Preview page
|
|
preview:
|
|
title: Request |