diff --git a/raw/rich-text__overview.md b/raw/_processed/rich-text__overview.md similarity index 100% rename from raw/rich-text__overview.md rename to raw/_processed/rich-text__overview.md diff --git a/wiki/payloadcms/_index.md b/wiki/payloadcms/_index.md index fef031b..f1c2932 100644 --- a/wiki/payloadcms/_index.md +++ b/wiki/payloadcms/_index.md @@ -70,7 +70,7 @@ | [[wiki/payloadcms/getting-started\|PayloadCMS — Getting Started]] | Payload is a code-first, open-source Next.js fullstack framework that acts as a CMS, enterprise tool | getting-started__what-is-payload.md | 2026-05-15 | | [[wiki/payloadcms/hooks\|PayloadCMS — Hooks]] | All hook types (Root/Collection/Global/Field), awaited vs fire-and-forget, APIError, performance (avoid read hooks), context caching, jobs offload | raw/hooks__overview.md | 2026-05-15 | | [[wiki/payloadcms/live-preview\|Live Preview — Overview]] | iframe-based real-time preview via postMessage: url config (static/dynamic/conditional), breakpoints, server-side vs client-side modes, depth mismatch gotcha | raw/live-preview__overview.md | 2026-05-15 | -| [[wiki/payloadcms/rich-text\|PayloadCMS — Rich Text (Lexical)]] | - Rich text is powered by **Lexical** (Meta's framework), exposed via `@payloadcms/richtext-lexical` | https://payloadcms.com/docs/rich-text/overview | 2026-05-15 | +| [[wiki/payloadcms/rich-text\|PayloadCMS — Rich Text (Lexical)]] | Full Lexical editor reference: install, features system (defaultFeatures/rootFeatures), 24 official features, custom features (server+client), blocks in editor, HTML/JSX/Markdown/Plaintext converters, TypeScript types, admin options, Views, gotchas | raw/rich-text__overview.md + rich-text sub-docs | 2026-05-15 | | [[wiki/payloadcms/examples-overview\|Examples Overview]] | 9 official starter examples (auth, draft-preview, multi-tenant, tailwind-shadcn, whitelabel…) — `npx create-payload-app --example ` | raw/examples__overview.md | 2026-05-15 | | [[wiki/payloadcms/fields-array\|Array Field]] | Repeating row field — config options, minRows/maxRows, localized, unique gotcha, custom RowLabel, nested arrays | raw/fields__array.md | 2026-05-15 | | [[wiki/payloadcms/fields-blocks\|Blocks Field]] | Heterogeneous array layout builder — block config, blockReferences, filterOptions, copy/paste, Lexical rendering, image guidelines | raw/fields__blocks.md | 2026-05-15 |