Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-02-27 03:07:30 +00:00
commit 151d470769

View File

@ -36,7 +36,7 @@ export function CustomSchemaSettingsBlockTitleItem() {
description: { description: {
title: t('Description'), title: t('Description'),
type: 'string', type: 'string',
default: fieldSchema?.['x-component-props']?.['description'], default: fieldSchema?.['x-decorator-props']?.['description'],
'x-decorator': 'FormItem', 'x-decorator': 'FormItem',
'x-component': 'Markdown', 'x-component': 'Markdown',
}, },