Skip to content

3469035: Parse as boolean use_default_markers value in form submit

alex baron requested to merge issue/ckeditor5_plugin_pack-3469035:1.2.x into 1.2.x
  • in the form submit of highlight.php the value use_default_markers must be boolean . The cleanValues function render integer so the value must be cast as bool.

Merge request reports