There are hidden fields on the form, when I use excluded: [': disabled'] to validate CKEDITOR, the hidden field is not validated. If you use excluded: [': disabled', ': hidden'] then everything is fine with the hidden field, that is, it is validated when not hidden and not validated when hidden, BUT WITH THIS, CKEDITOR validation does not work. If hidden field is set to excluded: false, then it is not validated at all, but must be validated when not hidden (that is, it changes dynamically on the page)

    0