Gizra / drupal-starter

Drupal 10 Starter with best practices
76 stars 40 forks source link

Configure text formats form hangs [3h] #720

Closed mgurjanov closed 2 months ago

mgurjanov commented 2 months ago

Investigate if too many entries under allowed_tags option in https://github.com/Gizra/drupal-starter/blob/29ac99300d5199035bf2fe960de389dbf43be97e/config/sync/editor.editor.full_html.yml causes slowness in form opening/saving.

<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <s> <sup> <sub> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <hr> <p> <h1> <pre> <drupal-media data-entity-type data-entity-uuid data-view-mode data-align data-caption alt title>

This is what umami_demo install for full html as allowed tags