17 lines
492 B
YAML
17 lines
492 B
YAML
|
|
# ===================================
|
||
|
|
# Form Behavior Config
|
||
|
|
# ===================================
|
||
|
|
|
||
|
|
name: Notification Rule
|
||
|
|
form: $/rainlab/notify/models/notificationrule/fields.yaml
|
||
|
|
modelClass: RainLab\Notify\Models\NotificationRule
|
||
|
|
defaultRedirect: rainlab/notify/notifications
|
||
|
|
|
||
|
|
create:
|
||
|
|
redirect: rainlab/notify/notifications/update/:id
|
||
|
|
redirectClose: rainlab/notify/notifications
|
||
|
|
|
||
|
|
update:
|
||
|
|
redirect: rainlab/notify/notifications
|
||
|
|
redirectClose: rainlab/notify/notifications
|