chore: using text type as url field

This commit is contained in:
Chareice 2024-03-18 15:52:29 +08:00
parent 220eafbda5
commit 1660a62399
No known key found for this signature in database

View File

@ -9,7 +9,7 @@ export class UrlFieldInterface extends CollectionFieldInterface {
order = 5;
title = '{{t("URL")}}';
default = {
type: 'string',
type: 'text',
uiSchema: {
type: 'string',
'x-component': 'Input.URL',