f819bc0f33
* Use installation config in widget * Add configuration for installation in UI * Add config for mailer Co-authored-by: Sojan <sojan@pepalo.com>
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
export default {
|
|
methods: {
|
|
useInstallationName(str = '', installationName) {
|
|
return str.replace(/Chatwoot/g, installationName);
|
|
},
|
|
},
|
|
};
|