[IMPROVE] Make Livechat Instructions setting multiline (#23515)

pull/23523/head
Murtaza Patrawala 4 years ago committed by GitHub
parent 846735419e
commit af43e6e44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/livechat/server/config.ts

@ -88,6 +88,7 @@ Meteor.startup(function() {
section: 'Livechat',
i18nLabel: 'Instructions',
i18nDescription: 'Instructions_to_your_visitor_fill_the_form_to_send_a_message',
multiline: true,
});
this.add('Livechat_offline_email', '', {
type: 'string',

Loading…
Cancel
Save