feat: templates

This commit is contained in:
2026-04-01 07:50:43 +02:00
parent b40c6436cd
commit df11705875
10 changed files with 589 additions and 19 deletions

View File

@@ -129,6 +129,7 @@ export default function EditorView() {
onNameChange={isNew ? setPageName : undefined}
onSaveDraft={() => handleSave(false)}
onPublish={() => handleSave(true)}
onInsertExample={(source) => setSource(source)}
saving={saving}
isDirty={isDirty}
/>