mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +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',
|
||||
defaultValue: 0,
|
||||
},
|
||||
{
|
||||
type: 'file',
|
||||
name: 'image',
|
||||
optional: true,
|
||||
label: 'Optional Image',
|
||||
// {
|
||||
// type: 'file',
|
||||
// name: 'image',
|
||||
// optional: true,
|
||||
// label: 'Optional Image',
|
||||
|
||||
},
|
||||
// },
|
||||
],
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue