contextualcode / ibexa-richtext-validation-errors
Provides additional information about RichText validation errors
v1.0.2
2024-08-09 12:08 UTC
Requires
- php: ^7.3
- ext-dom: *
- ezsystems/ezplatform-richtext: ^2.0
- symfony/config: ^5.0
- symfony/dependency-injection: ^5.0
- symfony/http-kernel: ^5.0
Suggests
- contextualcode/ezplatform-alloyeditor-source: Allows editing RichtText source code
This package is not auto-updated.
Last update: 2024-12-13 17:46:43 UTC
README
This package provides detailed information about RichText validation errors.
Installation
Require via composer
composer require contextualcode/ibexa-richtext-validation-errors
Clear browser caches and enjoy!
Usage
Common error message are shown whenever content with invalid RichText fields is edited:
Unfortunately, the errors shown are not particularly useful for finding the root causes of the problem!
After this package is installed, errors are much more informative:
Also, we strongly suggest using contextualcode/ezplatform-alloyeditor-source in addition to this package.