@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 343 B
JavaScript
import e from"zod";import{generateText as t}from"@lucidcms/rich-text/server";const n=e.looseObject({type:e.literal(`doc`),content:e.array(e.record(e.string(),e.unknown())).optional()}).refine(e=>{try{return t(e),!0}catch{return!1}},{message:`Invalid rich text content.`});export{n as richTextJSONSchema};
//# sourceMappingURL=rich-text.mjs.map