mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
cfca343484
@ -67,6 +67,8 @@ const Documentation = () => {
|
||||
direction="vertical"
|
||||
style={{
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
overflowY: 'auto',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
|
@ -15,6 +15,9 @@ export class PluginFieldSequenceClient extends Plugin {
|
||||
async load() {
|
||||
this.app.use(SequenceFieldProvider);
|
||||
this.app.dataSourceManager.addFieldInterfaces([SequenceFieldInterface]);
|
||||
const calendarPlugin: any = this.app.pm.get('calendar');
|
||||
// 注册标题字段
|
||||
calendarPlugin.registerTitleFieldInterface('sequence');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user