Skip to content

Commit

Permalink
feat: part 1 - update course schema with courseAuthorCustom
Browse files Browse the repository at this point in the history
  • Loading branch information
marianzburlea committed Sep 22, 2019
1 parent f21e3de commit ccc4baf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/component/course/course.schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ export default {
visible: true,
value: ''
},
courseAuthorCustom: {
type: 'select',
placeholder: 'Select Author',
label: 'The main author of the course',
defaultValue: '',
options: ['', 'starter', 'junior', 'mid', 'senior'],
edit: true,
visible: true,
value: ''
},
published: {
type: 'boolean',
placeholder: 'toggle the publish status',
Expand Down

0 comments on commit ccc4baf

Please sign in to comment.