Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/blocks/mod.ts>DecoManifest

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface DecoManifest
implements Manifest
import { type DecoManifest } from "https://deno.land/x/blocks@1.75.0/mod.ts";

Properties

name: string
baseUrl: string
optional
apps: Record<string, ModuleOf<appBlock>>
optional
workflows: Record<string, ModuleOf<workflowBlock>>
optional
actions: Record<string, ModuleOf<actionBlock>>
optional
sections: Record<string, ModuleOf<sectionBlock>>
optional
functions: Record<string, ModuleOf<functionBlock>>
optional
loaders: Record<string, ModuleOf<loaderBlock>>
optional
pages: Record<string, ModuleOf<pageBlock>>
optional
matchers: Record<string, ModuleOf<matcherBlock>>
optional
handlers: Record<string, ModuleOf<handlerBlock>>
optional
flags: Record<string, ModuleOf<flagBlock>>
optional
accounts: Record<string, ModuleOf<accountBlock>>
name: string
baseUrl: string
optional
apps: Record<string, ModuleOf<appBlock>>
optional
workflows: Record<string, ModuleOf<workflowBlock>>
optional
actions: Record<string, ModuleOf<actionBlock>>
optional
sections: Record<string, ModuleOf<sectionBlock>>
optional
functions: Record<string, ModuleOf<functionBlock>>
optional
loaders: Record<string, ModuleOf<loaderBlock>>
optional
pages: Record<string, ModuleOf<pageBlock>>
optional
matchers: Record<string, ModuleOf<matcherBlock>>
optional
handlers: Record<string, ModuleOf<handlerBlock>>
optional
flags: Record<string, ModuleOf<flagBlock>>
optional
accounts: Record<string, ModuleOf<accountBlock>>