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

v1.0.0 2020-05-18 12:57 UTC

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

  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!