Shaun Davis

Results 1 comments of Shaun Davis

I managed to resolve this by using the type definition for EditorOptions from /src/main/ts/editor/editor.component.ts in my code as follows... ``` public tinymceInit: Parameters[0] = { entity_encoding: 'raw', newline_behavior: 'linebreak' };...