mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 18:41:31 +00:00
11 lines
169 B
TypeScript
11 lines
169 B
TypeScript
|
export const url = {
|
||
|
options: () => ({
|
||
|
type: 'string',
|
||
|
uiSchema: {
|
||
|
type: 'string',
|
||
|
'x-component': 'Input.URL',
|
||
|
},
|
||
|
}),
|
||
|
mock: () => null,
|
||
|
};
|