- Issue created by @dave.weiner
- π·πΈSerbia levmyshkin Novi Sad, Serbia
Hi Dave, what Field Widget are you using for Paragraph field: Stable Paragraph, Legacy Paragraph, Layout Paragraph, Mercury? Drupal can load a lot of by relationship, so for Layout Paragraph it should be limited:
https://www.drupal.org/project/ept_columns/issues/3450536#comment-15616377 π EPT Columns/container won't load Closed: cannot reproduceTry this field widget for paragraph:
https://www.drupal.org/project/layout_paragraphs βAlso, could you check that EPT Columns are not selected for other paragraph fields, EPT Columns inside EPT Columns also can cause the error:
Nested Paragraph References: A common cause in Drupal Paragraphs is when a paragraph type references another paragraph type, and a circular dependency is inadvertently created (e.g., Paragraph A contains Paragraph B, and Paragraph B also contains Paragraph A). This can lead to an infinite loop during rendering or saving.
- πΊπΈUnited States dave.weiner
Hi Ivan.
Thanks for responding. I added a Paragraph field type, which is a Entity reference revisions field type, which preselected Paragraph as the type of entity. In the form display, I selected Paragraphs (stable). I struggled to find detailed documentation on how to create the individual columns to match the layout that I had selected. The demo is great to show what the possibilities are, but I'm at a loss as to how to actually create those layouts on the node add/edit page.