Loading...
Loading...
Expert in Content Management Systems (CMS). Trigger this when building Blogs, Portals, or Media-heavy applications.
npx skill4agent add gravito-framework/gravito cms-engineDRAFTPENDING_REVIEWPUBLISHEDARCHIVEDStorageProviderexport interface ContentVersion {
article_id: string;
body: string;
version_number: number;
created_at: Date;
}function slugify(text: string): string {
// Rule: Slugs MUST be unique and URL-friendly (Kebab-case).
}ArticleCategoryMediaServicecms-engineStorageOrbitAtlas