refactor: url field support text type as availableTypes (#3751)
This commit is contained in:
parent
1660a62399
commit
2236ac5be2
@ -15,7 +15,7 @@ export class UrlFieldInterface extends CollectionFieldInterface {
|
||||
'x-component': 'Input.URL',
|
||||
},
|
||||
};
|
||||
availableTypes = ['string'];
|
||||
availableTypes = ['string', 'text'];
|
||||
schemaInitialize(schema: ISchema, { block }) {}
|
||||
properties = {
|
||||
...defaultProps,
|
||||
|
Loading…
Reference in New Issue
Block a user