Skip to content

Commit

Permalink
feat: added to json config (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee authored Aug 14, 2023
1 parent 283e3af commit 4005f88
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion populate-scripts/update-db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29460,7 +29460,18 @@ UPDATE tasks SET
{
"componentName": "EMBEDDEDPAGECOMPONENT",
"componentConfig": {
"externalUrl": "https://run.pavlovia.org/Patrick250/jh_bandit"
"externalUrl": "https://run.pavlovia.org/Patrick250/jh_bandit",
"disableNextButtonDurationInSeconds": 1320,
"buttons": {
"nextButtonText": {
"en": "Only press this button when the task is complete",
"fr": "Appuyer suelement ce bouton lorsque vous avez terminé la tâche"
},
"previousButtonText": {
"en": "Previous",
"fr": "Précédent"
}
}
}
}
]
Expand Down

0 comments on commit 4005f88

Please sign in to comment.