forked from viur-framework/viur-vi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfiles.json
More file actions
88 lines (88 loc) · 2 KB
/
Copy pathfiles.json
File metadata and controls
88 lines (88 loc) · 2 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
87
88
[
"__init__.py",
"actions/__init__.py",
"actions/context.py",
"actions/edit.py",
"actions/file.py",
"actions/hierarchy.py",
"actions/list.py",
"actions/list_order.py",
"actions/tree.py",
"admin.py",
"bones/__init__.py",
"bones/base.py",
"bones/boolean.py",
"bones/color.py",
"bones/date.py",
"bones/email.py",
"bones/numeric.py",
"bones/password.py",
"bones/record.py",
"bones/relational.py",
"bones/select.py",
"bones/spatial.py",
"bones/string.py",
"bones/text.py",
"config.py",
"embedsvg.py",
"exception.py",
"framework/__init__.py",
"framework/components/__init__.py",
"framework/components/actionbar.py",
"framework/components/button.py",
"framework/components/datalist.py",
"framework/components/datatable.py",
"framework/components/icon.py",
"framework/event.py",
"framework/utils.py",
"handler/__init__.py",
"handler/hierarchy.py",
"handler/list.py",
"handler/singleton.py",
"handler/tree.py",
"html5/__init__.py",
"html5/core.py",
"html5/ext.py",
"html5/ignite.py",
"html5/svg.py",
"html5/utils.py",
"i18n.py",
"log.py",
"login.py",
"network.py",
"pane.py",
"priorityqueue.py",
"safeeval/__init__.py",
"safeeval/safeeval/__init__.py",
"safeeval/setup.py",
"safeeval/tests/__init__.py",
"safeeval/tests/simpletests.py",
"screen.py",
"serversideaction.py",
"sidebarwidgets/__init__.py",
"sidebarwidgets/filterselector.py",
"sidebarwidgets/internalpreview.py",
"translations/__init__.py",
"translations/de.py",
"translations/en.py",
"utils.py",
"widgets/__init__.py",
"widgets/accordion.py",
"widgets/csvexport.py",
"widgets/edit.py",
"widgets/file.py",
"widgets/hierarchy.py",
"widgets/htmleditor.py",
"widgets/internaledit.py",
"widgets/list.py",
"widgets/preview.py",
"widgets/repeatdate.py",
"widgets/search.py",
"widgets/sidebar.py",
"widgets/table.py",
"widgets/task.py",
"widgets/tooltip.py",
"widgets/topbar.py",
"widgets/tree.py",
"widgets/userlogoutmsg.py"
]