contextualcode / ibexa-richtext-validation-errors
Provides additional information about RichText validation errors
Installs: 4 340
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Forks: 1
Type:symfony-bundle
pkg:composer/contextualcode/ibexa-richtext-validation-errors
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: 2025-10-01 20:23:07 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.