mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
6b055f4900
@ -125,20 +125,8 @@ export const systemOptions = {
|
|||||||
export const BaseTypeSets = {
|
export const BaseTypeSets = {
|
||||||
boolean: new Set(['checkbox']),
|
boolean: new Set(['checkbox']),
|
||||||
number: new Set(['integer', 'number', 'percent']),
|
number: new Set(['integer', 'number', 'percent']),
|
||||||
string: new Set([
|
string: new Set(['input', 'password', 'email', 'phone', 'select', 'radioGroup', 'text', 'markdown', 'richText']),
|
||||||
'input',
|
date: new Set(['datetime', 'datetimeNoTz', 'dateOnly', 'createdAt', 'updatedAt']),
|
||||||
'password',
|
|
||||||
'email',
|
|
||||||
'phone',
|
|
||||||
'select',
|
|
||||||
'radioGroup',
|
|
||||||
'text',
|
|
||||||
'markdown',
|
|
||||||
'richText',
|
|
||||||
'expression',
|
|
||||||
'time',
|
|
||||||
]),
|
|
||||||
date: new Set(['date', 'createdAt', 'updatedAt']),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// { type: 'reference', options: { collection: 'users', multiple: false } }
|
// { type: 'reference', options: { collection: 'users', multiple: false } }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user