Skip to content

Commit

Permalink
Blogs and Event categories
Browse files Browse the repository at this point in the history
Signed-off-by: Nirmal Khedkar <nirmalhk7@gmail.com>
  • Loading branch information
nirmalhk7 committed Jun 20, 2021
1 parent a9a6b61 commit a00e94d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/blog/models/blog.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@
"required": true,
"minLength": 20,
"maxLength": 100
},
"category": {
"type": "enumeration",
"enum": [
"WIT",
"Inkheart"
]
}
}
}
7 changes: 7 additions & 0 deletions api/events/models/events.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"type": "text",
"required": true,
"minLength": 15
},
"category": {
"type": "enumeration",
"enum": [
"WIT",
"Inkheart"
]
}
}
}

0 comments on commit a00e94d

Please sign in to comment.