Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thies committed Jan 20, 2024
1 parent 39750f2 commit 289b037
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions source/file/templates/media_resource.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
Example context (json):
{
canedit: true,
id: 2,
resource: {
title: "title",
name: "name",
description: "big and blue"
"canedit": true,
"id": 2,
"resource": {
"title": "title",
"name": "name",
"description": "big and blue"
}
}

Expand Down
4 changes: 2 additions & 2 deletions source/file/templates/video.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
Example context (json):
{
videourl: "https://example.com/video.mp4",
poster: "https://example.com/image.jpg",
"videourl": "https://example.com/video.mp4",
"poster": "https://example.com/image.jpg"
}

}}
Expand Down

0 comments on commit 289b037

Please sign in to comment.