diff options
Diffstat (limited to 'lib/constants/configSchema.js')
-rw-r--r-- | lib/constants/configSchema.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/constants/configSchema.js b/lib/constants/configSchema.js index e693977..d2126c6 100644 --- a/lib/constants/configSchema.js +++ b/lib/constants/configSchema.js @@ -18,6 +18,10 @@ module.exports = { 'type': 'string', 'title': 'ISBN for published book' }, + 'language': { + 'type': 'string', + 'title': 'Language of the book' + }, 'author': { 'type': 'string', 'title': 'Name of the author' |