|
@@ -95,7 +95,7 @@ module.exports = (crowi) => {
|
|
|
layoutTheme: [
|
|
layoutTheme: [
|
|
|
body('layoutType').isString().isIn(['growi', 'kibela', 'crowi']),
|
|
body('layoutType').isString().isIn(['growi', 'kibela', 'crowi']),
|
|
|
body('themeType').isString().isIn([
|
|
body('themeType').isString().isIn([
|
|
|
- 'default', 'nature', 'mono-blue', 'wood', 'island', 'christmas', 'antarctic', 'default-dark', 'future', 'blue-night', 'halloween', 'animals'
|
|
|
|
|
|
|
+ 'default', 'nature', 'mono-blue', 'wood', 'island', 'christmas', 'antarctic', 'default-dark', 'future', 'blue-night', 'halloween', 'animals',
|
|
|
]),
|
|
]),
|
|
|
],
|
|
],
|
|
|
behavior: [
|
|
behavior: [
|