I want to use MediaPlugin and LinkPlugin option in web editor on forum post with out Karma Point check. I edit the website_forum.js to disable Karma
//if (hasFullEdit) {
toolbar.push(['insert', ['linkPlugin', 'mediaPlugin']]);
//}
and
//if (!hasFullEdit) {
options.plugins = {
LinkPlugin: true,
MediaPlugin: true,
};
//}
and then I update website_forum module. The result is nothing to change.
any idea to fix it?
Odoo 13.0
Thank.