mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
feat: mobile client support filter form block (#5482)
This commit is contained in:
parent
8e5cbee162
commit
bb055f575c
@ -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',
|
name: 'otherBlocks',
|
||||||
type: 'itemGroup',
|
type: 'itemGroup',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user