mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
remove optional plane texture input field.
This commit is contained in:
parent
84f4c8f36e
commit
c8f8c1dc71
1 changed files with 6 additions and 6 deletions
|
|
@ -98,13 +98,13 @@ export default {
|
||||||
name: 'depth',
|
name: 'depth',
|
||||||
defaultValue: 0,
|
defaultValue: 0,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
type: 'file',
|
// type: 'file',
|
||||||
name: 'image',
|
// name: 'image',
|
||||||
optional: true,
|
// optional: true,
|
||||||
label: 'Optional Image',
|
// label: 'Optional Image',
|
||||||
|
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue