-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathtemplates.json
98 lines (98 loc) · 2.48 KB
/
templates.json
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
89
90
91
92
93
94
95
96
97
98
[
{
"group": "Page layout",
"icon": "fa fa-columns",
"tags": ["template", "column", "layout", "columns"],
"path": "groups/page-layout/manifest.json"
},
{
"group": "Datatables",
"icon": "fa fa-table",
"tags": ["datatable", "template"],
"path": "groups/datatables/manifest.json"
},
{
"group": "Qodly cash app templates",
"icon": "fa fa-money fa-regular fa-money-bill-1",
"tags": ["invoice", "cash", "menu", "dashboard"],
"path": "groups/cashapp/manifest.json"
},
{
"group": "Healthcare",
"icon": "fa fa-medkit",
"tags": ["health", "medicine", "patients"],
"path": "groups/healthcare/manifest.json"
},
{
"group": "Job Board",
"icon": "fa-user-circle",
"tags": ["job"],
"path": "groups/job-board/manifest.json"
},
{
"group": "Travel booking",
"icon": "fas fa-plane",
"tags": ["travel", "booking"],
"path": "groups/enterprise-travel-booking/manifest.json"
},
{
"group": "Business trip",
"icon": "fa fa-handshake-o fa-regular fa-handshake",
"tags": ["trip", "business"],
"path": "groups/business-trip/manifest.json"
},
{
"group": "HR",
"icon": "fa-solid fa-users",
"tags": ["Human Resources"],
"path": "groups/HR/manifest.json"
},
{
"group": "Study",
"icon": "fa-graduation-cap",
"tags": ["Student"],
"path": "groups/study/manifest.json"
},
{
"group": "Enterprise social network",
"icon": "fa fa-share-alt",
"tags": ["template", "social", "network"],
"path": "groups/enterprise-social-network/manifest.json"
},
{
"group": "Appointment",
"icon": "fa fa-th-list",
"tags": ["template", "list"],
"path": "groups/appointment/manifest.json"
},
{
"group": "Timesheet",
"icon": "fa fa-calendar",
"tags": ["template", "times", "timesheet"],
"path": "groups/timesheet/manifest.json"
},
{
"group": "Event manager",
"icon": "fa fa-calendar-o fa-regular fa-calendar",
"tags": ["template"],
"path": "groups/event-manager/manifest.json"
},
{
"group": "Team management",
"icon": "fa fa-calendar-plus-o fa-regular fa-calendar-plus",
"tags": ["template"],
"path": "groups/wrkpass-v2/manifest.json"
},
{
"group": "Library",
"icon": "fa-solid fa-book",
"tags": ["template", "library"],
"path": "groups/library/manifest.json"
},
{
"group": "Login",
"icon": "fa-solid fa-right-to-bracket",
"tags": ["login"],
"path": "groups/login/manifest.json"
}
]