Issue #1919166 by vijaycs85: Create configuration schemas for file module.

8.0.x
webchick 2013-03-04 22:35:45 -05:00
parent 220ae7c781
commit 9d2ad347ce
1 changed files with 23 additions and 0 deletions

View File

@ -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'