You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,14 +47,13 @@ To configure the chat, just use the object passed on IASChat instantiation. *Bol
47
47
- hashSign: String Symbol or string to add before url hash when chat open (Default: '?'. I.e.: url#existentHash**?**ias=true)
48
48
- defaultSupportName: String Default support name (if no supporter assigned)
49
49
- defaultSupportPic: String Default support picture (if no supporter assigned)
50
+
- uploadFiles: Boolean Enable or disable the option to upload and send files (Default: true)
51
+
- onlyPictures: Boolean Allow only pictures, or all file types (Default: true)
50
52
51
53
In IASChatProvider, there are some extra features:
52
54
- container: String Container for support panel (*#identifier* or *.className*. Default: *body*)
53
55
- chatContainer: String Container for chat (*#identifier* or *.className*. Default: *body* or support container)
54
56
55
-
In the future, early future, I hope to add...
56
-
- uploadFiles: Boolean Enable or disable the option to upload and send pictures.
57
-
- onlyPictures: Boolean Allow only pictures, or all file types.
58
57
59
58
*I'm open to any suggestion or request for more configuration params. Don't hesitate to open a new Issue*
60
59
@@ -118,9 +117,6 @@ Initialize the support user, and done.
118
117
### Secure the panel
119
118
This is your work. Support pannel in demo folder is not really a support panel, but a demo. This is not a fully control panel app, just a support chat "component" to add to your existing app.
120
119
121
-
122
-
## Responsiveness
123
-
Nope, right now is not desktop/tablet responsive, just mobile, but I'm doing my best to add larger screen support.
124
120
125
121
## Contribute
126
122
You can use this code as you like. If you find a bug, or want to ask for a feature, just open an issue, and we'll do our best. If you can fix it, do a pull request to ``dev`` branch, and we promise to review it as fast as possible to merge it.
0 commit comments