Add Craft.js site builder (v2) - complete rebuild from GrapesJS
Rebuilt the visual site builder from scratch using Craft.js, React 18, and TypeScript. The new editor renders directly in the DOM (no iframe), supports 40+ components, multi-page with shared header/footer, 16 templates, full-spectrum color/gradient controls, custom head code injection, save/publish workflow, and auto-save. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2957
craft/src/templates/definitions.ts
Normal file
2957
craft/src/templates/definitions.ts
Normal file
File diff suppressed because it is too large
Load Diff
9
craft/src/templates/index.ts
Normal file
9
craft/src/templates/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type {
|
||||
TemplateDefinition,
|
||||
TemplateComponent,
|
||||
TemplatePageContent,
|
||||
TemplatePageDef,
|
||||
TemplateCategory,
|
||||
} from './definitions';
|
||||
|
||||
export { allTemplates } from './definitions';
|
||||
Reference in New Issue
Block a user