Skip to content

Commit

Permalink
Add Styleguidist docs for MediaPlayer component (#200)
Browse files Browse the repository at this point in the history
* Add Styleguidist docs for MediaPlayer component

* Update public/prod/lunchroom_manners.json

Co-authored-by: Mason Ballengee <68433277+masaball@users.noreply.github.com>

* Update public/prod/lunchroom_manners.json

Co-authored-by: Mason Ballengee <68433277+masaball@users.noreply.github.com>

---------

Co-authored-by: Mason Ballengee <68433277+masaball@users.noreply.github.com>
  • Loading branch information
Dananji and masaball authored Jun 22, 2023
1 parent 24e60ae commit 0f82dad
Show file tree
Hide file tree
Showing 17 changed files with 141 additions and 60 deletions.
27 changes: 27 additions & 0 deletions assets/manifests/development/lunchroom_manners.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,33 @@
"height": 360,
"width": 480,
"duration": 572.034,
"placeholderCanvas": {
"id": "http://localhost:6060/manifests/lunchroom_manners/canvas/1/placeholder",
"type": "Canvas",
"width": 640,
"height": 360,
"items": [
{
"id": "http://localhost:6060/manifests/lunchroom_manners/canvas/1/placeholder/1",
"type": "AnnotationPage",
"items": [
{
"id": "http://localhost:6060/manifests/lunchroom_manners/canvas/1/placeholder/1-image",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "http://localhost:6060/lunchroom_manners/lunchroom_manners_poster.jpg",
"type": "Image",
"format": "image/jpeg",
"width": 640,
"height": 360
},
"target": "http://localhost:6060/manifests/lunchroom_manners/canvas/1/placeholder"
}
]
}
]
},
"items": [
{
"id": "http://localhost:6060/manifests/lunchroom_manners/canvas/1/page",
Expand Down
27 changes: 27 additions & 0 deletions assets/manifests/production/lunchroom_manners.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,33 @@
"height": 360,
"width": 480,
"duration": 572.034,
"placeholderCanvas": {
"id": "https://samvera-labs.github.io/ramp/manifests/lunchroom_manners/canvas/1/placeholder",
"type": "Canvas",
"width": 640,
"height": 360,
"items": [
{
"id": "https://samvera-labs.github.io/ramp/manifests/lunchroom_manners/canvas/1/placeholder/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://samvera-labs.github.io/ramp/manifests/lunchroom_manners/canvas/1/placeholder/1-image",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://samvera-labs.github.io/ramp/lunchroom_manners/lunchroom_manners_poster.jpg",
"type": "Image",
"format": "image/jpeg",
"width": 640,
"height": 360
},
"target": "https://samvera-labs.github.io/ramp/manifests/lunchroom_manners/canvas/1/placeholder"
}
]
}
]
},
"items": [
{
"id": "https://samvera-labs.github.io/ramp/manifests/lunchroom_manners/canvas/1/page",
Expand Down
Loading

0 comments on commit 0f82dad

Please sign in to comment.