Skip to content

Commit

Permalink
Move properties to correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Jan 20, 2017
1 parent f205620 commit 8d69d0d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions schemata/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ properties:
canUse:
description: Feature flagging based on user plan
type: object
siteMediaCta:
description: If user can create CTA in the site header
type: boolean
edCta:
description: If user can create CTA in Ed
type: boolean
edEmbed:
description: If user can create embedded block in Ed
type: boolean
properties:
siteMediaCta:
description: If user can create CTA in the site header
type: boolean
edCta:
description: If user can create CTA in Ed
type: boolean
edEmbed:
description: If user can create embedded block in Ed
type: boolean
required: [id, name]

0 comments on commit 8d69d0d

Please sign in to comment.