contextualcode / ezplatform-alloyeditor-requests-limit
eZ Platform bundle which limits the amount of simultaneous requests in Online Editor
Installs: 3 455
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 1
Type:ezplatform-bundle
pkg:composer/contextualcode/ezplatform-alloyeditor-requests-limit
Requires
- ezsystems/ezplatform-admin-ui: ^2.0
- ezsystems/ezplatform-richtext: ^2.0
- symfony/flex: ^1.6.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
This package is not auto-updated.
Last update: 2025-10-01 11:21:01 UTC
README
This bundle is a temporary wrapper for EZP-31410: Unable to edit an article with 100+ embed content/images pull request.
Installation
Add
ONLINE_EDITOR_REQUESTS_LIMIT
variable in.env
:... ###> contextualcode/ezplatform-alloyeditor-requests-limit ### ONLINE_EDITOR_REQUESTS_LIMIT=20 ###< contextualcode/ezplatform-alloyeditor-requests-limit ###
Require via composer
composer require contextualcode/ezplatform-alloyeditor-requests-limit
Clear browser caches and enjoy!