Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:trackit/trackflix-cms into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mezzLMC committed Sep 29, 2023
2 parents 12d4992 + 4ec1143 commit d843d96
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
6 changes: 6 additions & 0 deletions src/api/vod/content-types/vod/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
"SHOW",
"SERIE"
]
},
"media_url": {
"type": "string"
},
"highlighted": {
"type": "boolean"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2023-09-19T15:23:32.163Z"
"x-generation-date": "2023-09-28T07:28:21.329Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand All @@ -25,7 +25,7 @@
},
"servers": [
{
"url": "http://localhost:80/api",
"url": "http://localhost:1337/api",
"description": "Development server"
}
],
Expand Down Expand Up @@ -2386,6 +2386,12 @@
"SERIE"
]
},
"media_url": {
"type": "string"
},
"highlighted": {
"type": "boolean"
},
"createdAt": {
"type": "string",
"format": "date-time"
Expand Down Expand Up @@ -3338,6 +3344,12 @@
"SHOW",
"SERIE"
]
},
"media_url": {
"type": "string"
},
"highlighted": {
"type": "boolean"
}
}
}
Expand Down Expand Up @@ -4409,6 +4421,12 @@
"SERIE"
]
},
"media_url": {
"type": "string"
},
"highlighted": {
"type": "boolean"
},
"createdAt": {
"type": "string",
"format": "date-time"
Expand Down Expand Up @@ -4514,6 +4532,12 @@
"SERIE"
]
},
"media_url": {
"type": "string"
},
"highlighted": {
"type": "boolean"
},
"createdAt": {
"type": "string",
"format": "date-time"
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/documentation/public/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit d843d96

Please sign in to comment.