Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added mentions items limit option #2103

Merged
merged 1 commit into from
Jun 19, 2018
Merged

Added mentions items limit option #2103

merged 1 commit into from
Jun 19, 2018

Conversation

jacekbogdanski
Copy link
Member

What is the purpose of this pull request?

New feature

Does your PR contain necessary tests?

All patches which change the editor code must include tests. You can always read more
on PR testing,
how to set the testing environment and
how to create tests
in the official CKEditor documentation.

This PR contains

  • Unit tests
  • Manual tests

Tests are available for autocomplete plugin.

What changes did you make?

Added mentions items limit option.

Closes #2100

@jacekbogdanski jacekbogdanski force-pushed the t/1703-b branch 2 times, most recently from b457315 to 305bde6 Compare June 19, 2018 12:28
Copy link
Contributor

@mlewand mlewand left a comment

Choose a reason for hiding this comment

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

Works well, there's a small difference that you have not reflected itemsLimit property in Mentions type, as most of other config properties are.

Looking at it I see that it should be simplified in the main Mentions ticket simply by assigning provided mentions.configDefinition object as a config property of Mentions instance. That way we'll remove many stray lines. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants