Skip to content

Commit

Permalink
Update from cue to cueRange in sample config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gbroques committed Oct 22, 2024
1 parent fe929ca commit 772a2b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions add-new-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ const config = JSON.stringify({
"type": "p",
"children": [
{
"type": "cue",
"id": ""
"type": "cueRange",
"start": "",
"end": ""
}
]
}
Expand Down

0 comments on commit 772a2b0

Please sign in to comment.