-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathwidget.json
39 lines (39 loc) · 1.08 KB
/
widget.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
{
"name": "Chat",
"package": "com.fliplet.chat",
"version": "2.0.0",
"icon": "img/icon.png",
"tags": ["category:general"],
"provider_only": false,
"references": ["dataSourceId:dataSource", "securityLinkAction.page:page"],
"html_tag": "div",
"interface": {
"dependencies": ["fliplet-core", "fliplet-datasources", "fliplet-studio-ui", "bootstrap"],
"assets": ["js/interface.js", "css/interface.css"]
},
"exports": ["dataSourceId", "primaryKey", "fullNameColumnName", "firstNameColumnName", "lastNameColumnName", "titleNameColumnName", "avatarColumnName"],
"build": {
"dependencies": [
"moment",
"bootstrap",
"handlebars",
"font-awesome",
"photoswipe",
"fliplet-core",
"fliplet-chat",
"clipboardjs",
"fliplet-communicate"
],
"assets": [
"vendor/notification.js",
"vendor/autosize.js",
"vendor/load-image.all.min.js",
"vendor/normalize.ie-polyfill.js",
"vendor/purify.min.js",
"js/build.templates.js",
"js/queue.js",
"js/build.js",
"css/chat.css"
]
}
}