I successfully integrated the Froala editor and dynamically generated an ID for it based on specific requirements. Everything is working well, but I now need to disable emoticons in this editor.
$('#froala'+key).froalaEditor({
imageUploadParam: 'image_upload',
imageUploadURL: EnvironmentConfig[env].DESCRIPTION_IMAGE_URL+'froala/setimage',
imageUploadParams: {
oemCode: oemCode
},
height:300
});
Does anyone have a recommendation for preventing emoticons without removing the emoticon JS file?