Skip to content

text-content

Generic Markdown text store keyed by (tenantId, slug, lang) — one row per combination in the read_text_blocks entity table. Provides text-content:write:set (TenantAdmin upsert) and text-content:query:by-slug (anonymous-capable read); use SYSTEM_TENANT_ID as the tenant for app-wide texts such as imprint, privacy policy, or FAQ. Other features (e.g. legal-pages) read blocks without a direct code import via the createTextContentApi / requireTextContent extraContext pattern.

  • Requires: none
  • Activation: always on (not toggleable)