Skip to content

Commit

Permalink
Adjusted navigational Range to have a no-nav section ❌
Browse files Browse the repository at this point in the history
  • Loading branch information
triplingual committed Oct 3, 2024
1 parent df6482c commit 5f78faf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion recipe/0229-behavior-ranges/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,25 @@
"label": { "en": [ "Thumbnail navigation" ] },
"behavior": "thumbnail-nav",
"items": [
{
"type": "Range",
"id": "{{ id.path }}/range/1.1",
"behavior": "no-nav",
"items": [
{
"type": "Canvas",
"id": "{{ id.path }}/canvas/1#t=0,5"
}
]
},
{
"type": "Range",
"id": "{{ id.path }}/range/2",
"label": { "en": [ "Start – 305s" ] },
"items": [
{
"type": "Canvas",
"id": "{{ id.path }}/canvas/1#t=0,305"
"id": "{{ id.path }}/canvas/1#t=5,305"
}
],
"thumbnail": [
Expand Down

0 comments on commit 5f78faf

Please sign in to comment.