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',
|
||||
order: 4,
|
||||
title: '{{t("Radio group")}}',
|
||||
sortable: true,
|
||||
default: {
|
||||
type: 'string',
|
||||
// name,
|
||||
|
@ -7,6 +7,7 @@ export const select: IField = {
|
||||
group: 'choices',
|
||||
order: 2,
|
||||
title: '{{t("Single select")}}',
|
||||
sortable: true,
|
||||
default: {
|
||||
type: 'string',
|
||||
// name,
|
||||
|
Loading…
Reference in New Issue
Block a user