Merge branch 'main' into next

This commit is contained in:
GitHub Actions Bot 2024-08-30 09:52:12 +00:00
commit c0255ad167

View File

@ -70,21 +70,9 @@ const commonOptions = {
name: 'otherBlocks', name: 'otherBlocks',
children: [ children: [
{ {
title: '{{t("Add text")}}', name: 'markdown',
Component: 'BlockItemInitializer', title: '{{t("Markdown")}}',
name: 'addText', Component: 'MarkdownBlockInitializer',
schema: {
type: 'void',
'x-editable': false,
'x-decorator': 'BlockItem',
// 'x-designer': 'Markdown.Void.Designer',
'x-toolbar': 'BlockSchemaToolbar',
'x-settings': 'blockSettings:markdown',
'x-component': 'Markdown.Void',
'x-component-props': {
content: '{{t("This is a demo text, **supports Markdown syntax**.")}}',
},
},
}, },
], ],
}, },