Fix resizing timeline on switchin gmodes

This commit is contained in:
Franc Camps-Febrer
2019-01-15 10:16:28 -05:00
parent 41e49b2c38
commit cd2fef3d4c
3 changed files with 6 additions and 6 deletions

View File

@@ -6,10 +6,9 @@ const sourceSchema = Joi.object().keys({
thumbnail: Joi.string().allow(''),
paths: Joi.array().required(),
type: Joi.string().allow(''),
// affil_1: Joi.string().allow(''),
// affil_2: Joi.string().allow(''),
affil_s: Joi.array().allow(''),
url: Joi.string().allow(''),
desc: Joi.string().allow(''),
desc: Joi.string().allow(''),
parent: Joi.string().allow(''),
author: Joi.string().allow(''),
date: Joi.string().allow(''),