Skip to content

Commit

Permalink
Merge branch 'release-1.0.0' of https://github.com/tekdi/shiksha-work…
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Nov 27, 2024
2 parents 71a74f8 + 17ca45e commit a1b308c
Showing 1 changed file with 48 additions and 8 deletions.
56 changes: 48 additions & 8 deletions src/pages/api/mocked-response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ export const genericEditorSaveFormResponse = {
{
"key": "Administrator",
"name": "Administrator"
},
{
"key": "Other",
"name": "Other"
}
],
"placeholder": "Select Audience",
Expand Down Expand Up @@ -318,16 +314,60 @@ export const genericEditorReviewFormResponse = {
{
"key": "Administrator",
"name": "Administrator"
},
{
"key": "Other",
"name": "Other"
}
],
"placeholder": "Select Audience",
"renderingHints": {},
"required": false,
"visible": true
},
{
"code": "isForOpenSchool",
"dataType": "text",
"description": "Indicate if this should be visible on open school",
"editable": true,
"index": 12,
"inputType": "select",
"label": "Show on open school?",
"name": "Open School Visibility",
"range": [
{
"key": "Yes",
"name": "Yes"
},
{
"key": "No",
"name": "No"
}
],
"placeholder": "Please select an option",
"renderingHints": {},
"required": true,
"visible": true
},
{
"code": "program",
"dataType": "text",
"description": "Program",
"editable": true,
"index": 13,
"inputType": "select",
"label": "Program",
"name": "Program",
"range": [
{
"key": "secondchance",
"name": "Second Chance"
},
{
"key": "youthnet",
"name": "Youthnet"
}
],
"placeholder": "Please select an option",
"renderingHints": {},
"required": true,
"visible": true
}
]
},
Expand Down

0 comments on commit a1b308c

Please sign in to comment.