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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user