Skip to content

Commit

Permalink
Merge pull request #439 from jwplayer/feat/content-type-schema-updates
Browse files Browse the repository at this point in the history
fix(project): fix default schemas
  • Loading branch information
AntonLantukh authored Jan 24, 2024
2 parents 22b9507 + 4f6e4b0 commit 739ef75
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions scripts/content-types/content-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"hosting_type": "hosted",
"is_active": true,
"is_series": false,
"sections": []
"sections": ["access"]
},
{
"name": "liveChannel",
Expand Down Expand Up @@ -261,7 +261,22 @@
"hosting_type": "hosted",
"is_active": true,
"is_series": false,
"sections": []
"sections": [
{
"title": "Access",
"fields": [
{
"param": "free",
"label": "Free",
"description": "If this item can be watched for free and doesn't require a login or subscription, you can set this value to true. Otherwise, if you leave this setting false, the application level subscription and authentication level rules will apply.",
"details": {
"field_type": "toggle",
"default": true
}
}
]
}
]
},
{
"name": "hub",
Expand Down

0 comments on commit 739ef75

Please sign in to comment.