mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
a3fa990da3
@ -52,12 +52,12 @@ const collection = {
|
|||||||
{
|
{
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
name: 'sync',
|
name: 'sync',
|
||||||
interface: 'select',
|
interface: 'radioGroup',
|
||||||
uiSchema: {
|
uiSchema: {
|
||||||
title: `{{t("Mode", { ns: "${NAMESPACE}" })}}`,
|
title: `{{t("Mode", { ns: "${NAMESPACE}" })}}`,
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
'x-decorator': 'FormItem',
|
'x-decorator': 'FormItem',
|
||||||
'x-component': 'Select',
|
'x-component': 'Radio.Group',
|
||||||
enum: [
|
enum: [
|
||||||
{
|
{
|
||||||
label: `{{ t("Asynchronously", { ns: "${NAMESPACE}" }) }}`,
|
label: `{{ t("Asynchronously", { ns: "${NAMESPACE}" }) }}`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user