f2a85251a74a21e1c56d8611a6c7a38bc5944aba
[yaffs-website] / batch_test / batch_test.links.task.yml
1 batch_test.test_form:
2   title: Simple
3   route_name: batch_test.test_form
4   base_route: batch_test.test_form
5
6 batch_test.multistep:
7   title: Multistep
8   route_name: batch_test.multistep
9   base_route: batch_test.test_form
10   weight: 1
11
12 batch_test.chained:
13   title: Chained
14   route_name: batch_test.chained
15   base_route: batch_test.test_form
16   weight: 2
17
18 batch_test.programmatic:
19   title: Chained
20   route_name: batch_test.programmatic
21   base_route: batch_test.test_form
22   weight: 3
23
24 batch_test.no_form:
25   title: 'No form'
26   route_name: batch_test.no_form
27   base_route: batch_test.test_form
28   weight: 4
29
30 batch_test.large_percentage:
31   title: 'Large percentage'
32   route_name: batch_test.large_percentage
33   base_route: batch_test.test_form
34   weight: 5
35
36 batch_test.nested_programmatic:
37   title: 'Nested programmatic'
38   route_name: batch_test.nested_programmatic
39   base_route: batch_test.test_form
40   weight: 6
41
42 batch_test.redirect:
43   title: 'Redirect'
44   route_name: batch_test.redirect
45   base_route: batch_test.test_form
46   weight: 7