Issue #1919166 by vijaycs85: Create configuration schemas for file module.
parent
220ae7c781
commit
9d2ad347ce
|
@ -0,0 +1,23 @@
|
|||
# Schema for the configuration files of the file module.
|
||||
|
||||
file.settings:
|
||||
type: mapping
|
||||
label: 'File settings'
|
||||
mapping:
|
||||
description:
|
||||
type: mapping
|
||||
label: 'Description'
|
||||
mapping:
|
||||
type:
|
||||
type: string
|
||||
label: 'Type'
|
||||
length:
|
||||
type: integer
|
||||
label: 'Length'
|
||||
icon:
|
||||
type: mapping
|
||||
label: 'Icon'
|
||||
mapping:
|
||||
directory:
|
||||
type: path
|
||||
label: 'Directory'
|
Loading…
Reference in New Issue