Skip to content

Commit cfc9c48

Browse files
authored
Merge pull request #7 from codaco/asset-manifest-for-all-assets
All assets in assetManifest
2 parents 7101733 + 4d78b76 commit cfc9c48

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

protocol.json

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,22 @@
690690
"source": "HIVServices.csv",
691691
"name": "HIVServices",
692692
"type": "network"
693+
},
694+
"click_the_thing": {
695+
"type": "audio",
696+
"name": "click_the_thing",
697+
"source": "click_the_thing.mp3"
698+
},
699+
"rubberduck": {
700+
"type": "image",
701+
"name": "rubberduck",
702+
"source": "rubberduck.jpg"
703+
},
704+
"withSound": {
705+
"type": "video",
706+
"name": "withSound",
707+
"source": "withSound.mp4",
708+
"loop": true
693709
}
694710
},
695711
"stages": [
@@ -1534,21 +1550,20 @@
15341550
"items": [
15351551
{
15361552
"id": "a",
1537-
"type": "audio",
1538-
"content": "click_the_thing.mp3",
1539-
"description": "Click by clicking the thing",
1553+
"type": "asset",
1554+
"content": "click_the_thing",
15401555
"size": "SMALL"
15411556
},
15421557
{
15431558
"id": "b",
1544-
"type": "image",
1545-
"content": "rubberduck.jpg",
1559+
"type": "asset",
1560+
"content": "rubberduck",
15461561
"size": "SMALL"
15471562
},
15481563
{
15491564
"id": "c",
1550-
"type": "image",
1551-
"content": "rubberduck.jpg",
1565+
"type": "asset",
1566+
"content": "rubberduck",
15521567
"size": "MEDIUM"
15531568
}
15541569
]
@@ -1568,11 +1583,9 @@
15681583
},
15691584
{
15701585
"id": "27eee84a-52c0-440d-951c-5ac35bc75168",
1571-
"type": "video",
1572-
"content": "withSound.mp4",
1573-
"description": "Click by clicking the thing",
1574-
"size": "MEDIUM",
1575-
"loop": true
1586+
"type": "asset",
1587+
"content": "withSound",
1588+
"size": "MEDIUM"
15761589
}
15771590
]
15781591
},

0 commit comments

Comments
 (0)