32 lines
746 B
YAML
32 lines
746 B
YAML
# ===================================
|
|
# Form Behavior Config
|
|
# ===================================
|
|
|
|
# Record name
|
|
name: Participant
|
|
|
|
# Model Form Field configuration
|
|
form: $/zoomyboy/event/models/participant/fields.yaml
|
|
|
|
# Model Class name
|
|
modelClass: Zoomyboy\Event\Models\Participant
|
|
|
|
# Default redirect location
|
|
defaultRedirect: zoomyboy/event/participant
|
|
|
|
# Create page
|
|
create:
|
|
title: backend::lang.form.create_title
|
|
redirect: zoomyboy/event/participant/update/:id
|
|
redirectClose: zoomyboy/event/participant
|
|
|
|
# Update page
|
|
update:
|
|
title: backend::lang.form.update_title
|
|
redirect: zoomyboy/event/participant
|
|
redirectClose: zoomyboy/event/participant
|
|
|
|
# Preview page
|
|
preview:
|
|
title: backend::lang.form.preview_title
|