chore: using text type as url field
This commit is contained in:
parent
220eafbda5
commit
1660a62399
@ -9,7 +9,7 @@ export class UrlFieldInterface extends CollectionFieldInterface {
|
|||||||
order = 5;
|
order = 5;
|
||||||
title = '{{t("URL")}}';
|
title = '{{t("URL")}}';
|
||||||
default = {
|
default = {
|
||||||
type: 'string',
|
type: 'text',
|
||||||
uiSchema: {
|
uiSchema: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
'x-component': 'Input.URL',
|
'x-component': 'Input.URL',
|
||||||
|
Loading…
Reference in New Issue
Block a user