feat: mobile client support filter form block (#5482)

This commit is contained in:
Katherine 2024-10-23 16:31:32 +08:00 committed by GitHub
parent 8e5cbee162
commit bb055f575c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,18 @@ export const mobileAddBlockInitializer = new SchemaInitializer({
},
],
},
{
name: 'filterBlocks',
title: '{{t("Desktop filter blocks")}}',
type: 'itemGroup',
children: [
{
name: 'filterForm',
title: '{{t("Form")}}',
Component: 'FilterFormBlockInitializer',
},
],
},
{
name: 'otherBlocks',
type: 'itemGroup',