docs: Outdated custom embed blocks page

pull/1564/head
Ellet 1 year ago
parent 4bf7ae7fd4
commit 6830f8c661
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 10
      doc/custom_embed_blocks.md

@ -88,9 +88,15 @@ Future<void> _addEditNote(BuildContext context, {Document? document}) async {
)
],
),
content: QuillEditor.basic(
content: QuillProvider(
configurations: QuillConfigurations(
controller: quillEditorController,
readOnly: false,
),
child: QuillEditor.basic(
configurations: const QuillEditorConfigurations(
readOnly: false,
),
),
),
),
);

Loading…
Cancel
Save