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

This package is not auto-updated.

Last update: 2024-04-17 05:01:24 UTC


README

This bundle is a temporary wrapper for EZP-31410: Unable to edit an article with 100+ embed content/images pull request.

Installation

  1. Add ONLINE_EDITOR_REQUESTS_LIMIT variable in .env:

     ...
     ###> contextualcode/ezplatform-alloyeditor-requests-limit ###
     ONLINE_EDITOR_REQUESTS_LIMIT=20
     ###< contextualcode/ezplatform-alloyeditor-requests-limit ###
    
  2. Require via composer

     composer require contextualcode/ezplatform-alloyeditor-requests-limit
    
  3. Clear browser caches and enjoy!