diff --git a/text/100-headless-support.md b/text/100-headless-support.md index 7479d58..6e2da30 100644 --- a/text/100-headless-support.md +++ b/text/100-headless-support.md @@ -142,7 +142,7 @@ It should be simpler to retrieve renditions of images via the API, and there are ### Page URL Routing -The `get_url_parts` method needs better "how-to" documentation representative of its usage for headless websites. There are other known pain points in querying the data for the correct page for a given route: +The [`get_url_parts`](https://docs.wagtail.org/en/stable/reference/pages/model_reference.html#wagtail.models.Page.get_url_parts) method needs better "how-to" documentation representative of its usage for headless websites. There are other known pain points in querying the data for the correct page for a given route: - [Keep queries other than html_path in /api/v2/pages/find/ #6577](https://github.com/wagtail/wagtail/issues/6577) - [Finding pages by HTML Path - redirect missing port #7595](https://github.com/wagtail/wagtail/issues/7595) @@ -197,6 +197,12 @@ Only available as a Django Templates template tag or Jinja2 function. Requires: - Loading of Wagtail UI components (HTML / Django Templates) - (Authentication and authorization) +Likely implementation: + +- Web Component (``) +- Data fetching from Wagtail backend via dedicated API endpoint. +- UI fetching from script tag or from Wagtail backend (via API endpoint?) + ### Content checks Only available via the userbar. In addition to the userbar, also requires: