mirror of
https://github.com/farmOS/farmOS.git
synced 2024-02-23 11:37:38 +01:00
18 lines
317 B
YAML
18 lines
317 B
YAML
plan_default:
|
|
id: plan_default
|
|
group: plan
|
|
label: 'Default'
|
|
states:
|
|
active:
|
|
label: Active
|
|
archived:
|
|
label: Archived
|
|
transitions:
|
|
archive:
|
|
label: 'Archive'
|
|
from: [active]
|
|
to: archived
|
|
to_active:
|
|
label: 'Make active'
|
|
from: [archived]
|
|
to: active
|