Skip to content

Commit

Permalink
Document the github property
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 22, 2016
1 parent 7cf1f66 commit c9c11e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 0 additions & 5 deletions examples/siteconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
_name: 'number-as-name'
_data:
name: 123
-
_valid: false
_name: 'missing-name'
_data:
style: 'A1'
-
_valid: true
_name: 'strong-brand-colors'
Expand Down
6 changes: 4 additions & 2 deletions schemata/siteconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,7 @@ properties:
uniqueItems: true
items:
"$ref": "contentblock.json"

required: [name]
github:
description: Whether to synchronize site to GitHub
type: boolean
default: false

0 comments on commit c9c11e0

Please sign in to comment.