document_page_reference
Adds reference codes to document pages so {{ref}} markers become navigable links between pages.
Key Features
- document.page: Adds a reference code field with allowed pattern validation and uniqueness checks, auto-generating a slug from the page name when absent.
- document.page: Parses page content to replace {{reference}} tokens with links that point to the referenced document or show the sanitized token if missing.
- document.page: Stores the parsed HTML in a computed read-only field rendered in form and menu views while keeping the raw content editable and exposing the reference in tree and search.
- document.page reports: Renders parsed page content with resolved references in document page reports.
- web client: Provides a widget that makes parsed reference links clickable to open the target document page form action within the backend.