add allowShouts field

This commit is contained in:
Joseph Ngugi 2019-10-31 21:21:31 +03:00
parent 90f7dcedfa
commit c8ce53d598

View File

@ -127,6 +127,10 @@ module.exports = {
type: 'boolean',
default: false,
},
allowShouts: {
type: 'boolean',
default: false,
},
locale: {
type: 'string',
allow: [null],