mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix(plugin-file-manager): fix file template column type (#6294)
This commit is contained in:
parent
80633ce079
commit
99a0b6bea6
@ -88,7 +88,7 @@ export class FileCollectionTemplate extends CollectionTemplate {
|
|||||||
// '相对路径(含“/”前缀)',
|
// '相对路径(含“/”前缀)',
|
||||||
{
|
{
|
||||||
interface: 'input',
|
interface: 'input',
|
||||||
type: 'string',
|
type: 'text',
|
||||||
name: 'path',
|
name: 'path',
|
||||||
deletable: false,
|
deletable: false,
|
||||||
uiSchema: {
|
uiSchema: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user