Problem/Motivation

When translating a very huge page with a lot of paragraphs (in my case 45+), and even with nested paragraphs, my browser keeps dying because all paragraphs are in edit mode when adding the translation. The form is so huge in this case that my system can not handle it. If opening the source node with all paragraphs in preview, it's fine.

Proposed resolution

  • Add option to render paragraphs in edit mode or preview mode when translating
  • Would be even better to set a limit: For a max of X items: open in edit mode, when more then X items: preview mode

Issue fork paragraphs-3233467

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

daveiano created an issue. See original summary.

daveiano’s picture

Title: Keep items closed in stable widget whenn addding translation » Keep items closed in stable widget when addding translation

I added a patch and set the limit to 25, so if there are more than 25 or equal, the items are closed on translation creation.