Skip to content

Issue #3389262: Fix variable types for text format config form

Peter Weber requested to merge issue/ckeditor5_mentions-3389262:3389262 into master

The variables saved in config need to be cast differently from the values in the form. This sets dropdown_limit to int and filters the 0 values from mention_feeds_enabled

Merge request reports