Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

FocusTracker integration #33

Merged
merged 5 commits into from
Oct 12, 2016
Merged

FocusTracker integration #33

merged 5 commits into from
Oct 12, 2016

Conversation

oskarwrobel
Copy link
Contributor

@oskarwrobel oskarwrobel commented Oct 12, 2016

@@ -12,8 +12,8 @@ let editor, editable, observer;

function initEditor() {
ClassicEditor.create( document.querySelector( '#editor' ), {
features: [ 'enter', 'typing', 'paragraph', 'undo', 'heading', 'basic-styles/bold', 'basic-styles/italic' ],
toolbar: [ 'headings', 'bold', 'italic', 'undo', 'redo' ]
features: [ 'enter', 'typing', 'paragraph', 'undo', 'heading', 'basic-styles/bold', 'basic-styles/italic', 'link' ],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should extend this test. It's for classic implementation, not for testing features. It's up to link's MT to see to that.

@oleq oleq merged commit c787cd6 into master Oct 12, 2016
@oskarwrobel oskarwrobel deleted the t/31 branch November 2, 2017 14:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration with Focus Manager
2 participants