gurl_o/plugins/rainlab/notify/models/ruleaction/fields_schedule.yaml

31 lines
730 B
YAML
Raw Normal View History

2023-08-01 12:27:33 +00:00
# ===================================
# Form Field Definitions
# ===================================
fields:
schedule_type:
type: dropdown
options:
disabled: None
delayed: Delay execution
schedule_delay:
type: number
span: left
trigger:
action: show
field: schedule_type
condition: value[delayed]
schedule_delay_factor:
type: dropdown
span: right
options:
1: Seconds
60: Minutes
3600: Hours
86400: Days
2592000: Months
trigger:
action: show
field: schedule_type
condition: value[delayed]