You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: legacy/includes/odv.json
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,23 @@
298
298
"max": 90
299
299
},
300
300
"note": "Delay the availability of a software update in days, e.g. 30"
301
+
},
302
+
{
303
+
"ruleId": "os_tv_content_allowed",
304
+
"type": "number",
305
+
"validation": {
306
+
"min": 0,
307
+
"max": 1000
308
+
},
309
+
"note": "Possible values, with the U.S. description of the rating level: `1000`: All | `600`: TV-MA | `500`: TV-14 | `400`: TV-PG | `300`: TV-G | `200`: TV-Y7 | `100`: TV-Y | `0`: None"
310
+
},
311
+
{
312
+
"ruleId": "os_movie_content_allowed",
313
+
"type": "number",
314
+
"validation": {
315
+
"min": 0,
316
+
"max": 1000
317
+
},
318
+
"note": "Possible values, with the U.S. description of the rating level: `1000`: All | `500`: NC-17 | `400`: R | `300`: PG-13 | `200`: PG | `100`: G | `0`: None"
0 commit comments