[Enhancement] Add CopyToClipboard action in code component (#329)
* Add CopyToClipboard action in websiteWidgetCode component * Fix codeclimate issues
This commit is contained in:
5
app/views/api/v1/widget/inboxes/create.json.jbuilder
Normal file
5
app/views/api/v1/widget/inboxes/create.json.jbuilder
Normal file
@@ -0,0 +1,5 @@
|
||||
json.id @inbox.id
|
||||
json.channel_id @inbox.channel_id
|
||||
json.name @inbox.name
|
||||
json.channel_type @inbox.channel_type
|
||||
json.website_token @inbox.channel.try(:website_token)
|
||||
Reference in New Issue
Block a user