mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-29 10:35:51 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
e72cec0c36
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ _.extend ThangTypeSchema.properties,
|
||||||
description: 'Snap to this many meters in the y-direction.'
|
description: 'Snap to this many meters in the y-direction.'
|
||||||
components: c.array {title: 'Components', description: 'Thangs are configured by changing the Components attached to them.', uniqueItems: true, format: 'thang-components-array'}, ThangComponentSchema # TODO: uniqueness should be based on 'original', not whole thing
|
components: c.array {title: 'Components', description: 'Thangs are configured by changing the Components attached to them.', uniqueItems: true, format: 'thang-components-array'}, ThangComponentSchema # TODO: uniqueness should be based on 'original', not whole thing
|
||||||
|
|
||||||
ThangTypeSchema.required = ['kind']
|
ThangTypeSchema.required = []
|
||||||
|
|
||||||
ThangTypeSchema.default =
|
ThangTypeSchema.default =
|
||||||
raw: {}
|
raw: {}
|
||||||
|
|
Loading…
Reference in a new issue