diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-08-17 02:40:11 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-08-17 02:40:11 -0400 |
| commit | 210bbbc8d99685ee3b62e1086b5594144e7da0d6 (patch) | |
| tree | 21b8521934bfeff605fd66c05a5a082894cd2215 /examples | |
| parent | 7bb493d94240513635fca668d169256aa502d009 (diff) | |
autoplay/loop checkbox on individual media fields
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/db.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/db.json b/examples/db.json index 401bf26..5fee377 100644 --- a/examples/db.json +++ b/examples/db.json @@ -196,7 +196,8 @@ "width": "400", "height": "400", "title": "ee12b137-1c8a-400a-87e3-89cbee7b4da6.mp4", - "thumb": "http://okfocus.s3.amazonaws.com/misc/okcms/video.png" + "thumb": "http://okfocus.s3.amazonaws.com/misc/okcms/video.png", + "autoplay": "true" }, { "type": "youtube", @@ -205,7 +206,8 @@ "width": "640", "height": "360", "title": "dëf lëöpär¨d¨¨¨¨<>~!@~#!:I!@", - "thumb": "http://i.ytimg.com/vi/y_35kXCQxN4/hqdefault.jpg" + "thumb": "http://i.ytimg.com/vi/y_35kXCQxN4/hqdefault.jpg", + "loop": "true" }, { "type": "audio", |
