1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Add ChromeOS support in defaultPlatform frontmatter (#4102)

* Add ChromeOS support

Adds CrOS to defaultPlatform frontmatter, as Linux.

* Update schema-event.js

* Update schema-event.js

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
Tyler True
2021-03-17 16:42:28 -04:00
committed by GitHub
parent aee29eef96
commit abee1fcf49
3 changed files with 3 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ const context = {
os: {
type: 'string',
description: 'The type of operating system the user is working with.',
enum: ['windows', 'mac', 'linux', 'ios', 'android', 'other'],
enum: ['windows', 'mac', 'linux', 'ios', 'android', 'cros', 'other'],
default: 'other'
},
os_version: {