Closed (fixed)
Project:
Custom Elements
Version:
3.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2025 at 13:35 UTC
Updated:
17 Dec 2025 at 15:44 UTC
Jump to comment: Most recent
We improved toRenderArray() to respect the new default-render-variant setting. That makes a lot of sense for traditional requests, but for API requests we need to render into markup always. You don't want a preview to appear there.
Detect presence of lupus_ce_renderer and active API requests, keep default to "markup" for those.
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 #3
fagoimplemented this. added a new render-helper service for better code organization.
Comment #5
fagoWorks good. Merged.