Closed (fixed)
Project:
MyREST
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2026 at 12:47 UTC
Updated:
1 Sep 2026 at 13:14 UTC
Jump to comment: Most recent
Long text goes through the text format filters and through the URL rewriting that turns site-relative links absolute against the front-end domain — the domain_app value, which is being moved into this module's own configuration. Plain strings sometimes need trimming to a summary length. Both are done today inside the helper, with the domain read from a foreign module.
processed_text: run the field through its format, rewrite relative URLs against the configured application domain, and attach the cache metadata the filters produce — the part that is easiest to lose.text: the raw string, optionally trimmed with a configurable length and a word boundary.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 commentedComment #6
sergeydruua commented