feat(client): sortable for the select and radio fields
This commit is contained in:
parent
b03ba07edd
commit
f8dd5d6f79
@ -7,6 +7,7 @@ export const radioGroup: IField = {
|
|||||||
group: 'choices',
|
group: 'choices',
|
||||||
order: 4,
|
order: 4,
|
||||||
title: '{{t("Radio group")}}',
|
title: '{{t("Radio group")}}',
|
||||||
|
sortable: true,
|
||||||
default: {
|
default: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
// name,
|
// name,
|
||||||
|
@ -7,6 +7,7 @@ export const select: IField = {
|
|||||||
group: 'choices',
|
group: 'choices',
|
||||||
order: 2,
|
order: 2,
|
||||||
title: '{{t("Single select")}}',
|
title: '{{t("Single select")}}',
|
||||||
|
sortable: true,
|
||||||
default: {
|
default: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
// name,
|
// name,
|
||||||
|
Loading…
Reference in New Issue
Block a user