var Aloha = window.Aloha || ( window.Aloha = {} ); Aloha.settings = { requireConfig: { waitSeconds: 200 }, 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-us', sidebar: { disabled: true }, plugins: { load: "", format: { config: [ 'b', 'i', 'sub', 'sup', 'p', 'span', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'pre', 'removeFormat'], removeFormats : [ 'u', 'strong', 'em', 'b', 'i', 'q', 'del', 's', 'code', 'sub', 'sup', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'pre', 'quote', 'blockquote', 'span'] }, 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", showOn: { scope: 'Aloha.continuoustext' }, components: [ [ 'toggleSpan' ] ] }, { label: "tab.insert.label", showOn: { scope: 'Aloha.continuoustext' }, components: [ [ 'hyperlink', 'library', 'template', 'embed' ] ] } ] } };