Closed (fixed)
Project:
MyREST
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2026 at 11:46 UTC
Updated:
1 Sep 2026 at 12:12 UTC
Jump to comment: Most recent
Paragraphs are the most divergent part of the whole codebase: 4 handlers on one site, 32 on another, 38 on the third, with only 9 types in common. The shape itself, though, is simple — a list of rendered paragraph structures — and separating it from the per-type handling is what makes the per-type work tractable at all.
paragraphs shape that iterates the referenced revisions and renders each through its type's structure, in field order.Everything.
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:
Comments
Comment #4
sergeydruua commented