1
Customization: add ability to add arbitrary js/css
Source: chatwoot/chatwoot#14131 · opened by @da411d
Yeah, I've seen many requests about this, but hear me out.
First, for context, I'm hosting Chatwoot in docker, alongside another services for my project - ghost, authelia etc etc.
When I was customizing Ghost, it has just textarea in settings for adding custom code in head and foot of webpage. Too complicated to implement.
What I saw it Authelia is very straightforward solution and very simple.
• put js/css files in some special directory.
• web server sees them (on startup or in realtime)
• web server injects them
for instance, what if mount volume to directory /custom
in that directory we could put files like dashboard.js/dashboard.css; helpcenter.js/helpcenter.css etc etc.
Personally for me, I wanna customize helpcenter, I really hate page header not matching my project's one.
I believe, this feature is pretty simple to implement.
Meow 🫶
First, for context, I'm hosting Chatwoot in docker, alongside another services for my project - ghost, authelia etc etc.
When I was customizing Ghost, it has just textarea in settings for adding custom code in head and foot of webpage. Too complicated to implement.
What I saw it Authelia is very straightforward solution and very simple.
• put js/css files in some special directory.
• web server sees them (on startup or in realtime)
• web server injects them
for instance, what if mount volume to directory /custom
in that directory we could put files like dashboard.js/dashboard.css; helpcenter.js/helpcenter.css etc etc.
Personally for me, I wanna customize helpcenter, I really hate page header not matching my project's one.
I believe, this feature is pretty simple to implement.
Meow 🫶
No pledges yet. Be the first to back this.
Comments
Similar requests
Allow dragging and dropping the widget button to any position by holding and moving the mouse
3 votes · 0 comments
Inboxes Customization Improvements
8 votes · 0 comments
Mobile App / Channel Conversation Title
1 vote · 0 comments
More custom options with Knowledgebase and Chat
1 vote · 0 comments
Help Center custom design/style
1 vote · 0 comments
No comments yet.