var Aloha = window.Aloha || ( window.Aloha = {} ); Aloha.settings = { jQuery: window.$ektron, logLevels: { 'error': true, 'warn': false, 'info': false, 'debug': false, 'deprecated': false }, errorhandling: false, baseUrl: "/WorkArea/FrameworkUI/js/ektron/Controls/EktronUI/Editor/Aloha/lib", basePath: "/WorkArea/FrameworkUI/js/ektron/Controls/EktronUI/Editor/Aloha/plugins/", ribbon: false, locale: 'en', sidebar: { disabled: true }, plugins: { load: "", block: { defaults : { '.ektron-imageset-wrapper': { 'aloha-block-type': 'DefaultBlock' } } } }, contentHandler: { insertHtml: [ 'word', 'generic', 'sanitize' ], initEditable: [ 'blockelement' ], getContents: ['basic'], sanitize: 'relaxed', handler: { generic: { transformFormattings: false // this will disable the transformFormattings method in the generic content handler }, sanitize: { '.aloha-captioned-image-caption': { elements: [ 'em', 'strong' ] } }, } }, templatePlugin: { FolderID: 0 }, fontfamilies: [ 'Georgia, serif', '"Palatino Linotype", "Book Antiqua", Palatino, serif', '"Times New Roman", Times, serif', 'Arial, Helvetica, sans-serif', '"Arial Black", Gadget, sans-serif', '"Comic Sans MS", cursive, sans-serif', '"Lucida Sans Unicode, Lucida Grande", sans-serif', 'Tahoma, Geneva, sans-serif', '"Trebuchet MS", Helvetica, sans-serif', 'Verdana, Geneva, sans-serif', '"Courier New", Courier, monospace', '"Lucida Console", Monaco, monospace' ], toolbar: { tabs: [ { label: "tab.format.label" }, { label: "tab.insert.label", showOn: { scope: 'Aloha.continuoustext' }, components: [ [ 'hyperlink', 'library', 'template', 'embed' ] ] } ] } };