@@ -29,12 +29,6 @@ const ErrorV3 = require('../../models/vo/error-apiv3');
* type: string
* themeType:
- * CustomizeBehavior:
- * description: CustomizeBehavior
- * type: object
- * properties:
- * behaviorType:
- * type: string
* CustomizeFunction:
* description: CustomizeFunction
* type: object
@@ -105,9 +99,6 @@ module.exports = (crowi) => {
'default', 'nature', 'mono-blue', 'wood', 'island', 'christmas', 'antarctic', 'future', 'blue-night', 'halloween', 'spring',
]),
],
- behavior: [
- body('behaviorType').isString().isIn(['growi', 'crowi-plus']),
- ],
function: [
body('isEnabledTimeline').isBoolean(),
body('isSavedStatesOfTabChanges').isBoolean(),