contextualcode / ezplatform-alloyeditor-requests-limit
eZ Platform bundle which limits the amount of simultaneous requests in Online Editor
v1.0.0
2020-05-18 12:57 UTC
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: 2024-12-11 07:45:46 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!