-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkm_admin.links.menu.yml
More file actions
86 lines (75 loc) · 2.3 KB
/
km_admin.links.menu.yml
File metadata and controls
86 lines (75 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Define default links for this module.
km_admin.description:
title: Korenmaat Administratie
description: Form examples using Drupal Form API.
parent: system.admin_config_development
route_name: km_admin.description
expanded: TRUE
km_admin.image_import_form:
title: Image import form
description: A simple form with a single submit button processing.
route_name: km_admin.image_import_form
parent: km_admin.description
weight: -10
km_admin.simple_form:
title: Simple form
description: A simple form example with submit processing.
route_name: km_admin.simple_form
parent: km_admin.description
weight: -9
km_admin.multistep_form:
title: Multistep form
description: Multistep form example with submit processing.
route_name: km_admin.multistep_form
parent: km_admin.description
weight: -8
km_admin.input_demo:
title: Common input elements
description: A form to demonstrate input elements.
route_name: km_admin.input_demo
parent: km_admin.description
weight: -7
km_admin.build_demo:
title: Build form demo
description: Demonstrates the order of firing of from controller methods.
route_name: km_admin.build_demo
parent: km_admin.description
weight: -6
km_admin.container_demo:
title: Container elements
description: A form to demonstrate use of containers.
route_name: km_admin.container_demo
parent: km_admin.description
weight: -5
km_admin.state_demo:
title: Form state binding
description: A form to demonstrate binding of form state.
route_name: km_admin.state_demo
parent: km_admin.description
weight: -4
km_admin.vertical_tabs_demo:
title: Vertical tab elements
description: A form to demonstrate use of vertical tabs.
route_name: km_admin.vertical_tabs_demo
parent: km_admin.description
weight: -3
km_admin.ajax_color_demo:
title: Ajax form
description: AJAX form demo.
route_name: km_admin.ajax_color_demo
parent: km_admin.description
weight: -2
km_admin.ajax_addmore:
title: Add-more button
description: Form with 'add more' and 'remove' buttons.
route_name: km_admin.ajax_addmore
parent: km_admin.description
weight: -1
km_admin.modal_form:
title: Modal form
description: Demonstrates using Drupal's modal form.
route_name: km_admin.modal_form
route_parameters:
nojs: nojs
parent: km_admin.description
weight: 0