Make docs on JSON model versioning more explicit

This commit is contained in:
Lucien Greathouse
2018-05-26 17:19:37 -07:00
parent 0d6e3e66ce
commit f4d7dda8e3

View File

@@ -33,6 +33,9 @@ Rojo JSON models are stored in `.model.json` files.
!!! info
In the future, Rojo will support `.rbxmx` models. See [issue #7](https://github.com/LPGhatguy/rojo/issues/7) for more details and updates on this feature.
!!! warning
Prior to version 0.4.9, the `Properties` and `Children` properties are required on all instances in JSON models!
JSON model files are fairly strict; any syntax errors will cause the model to fail to sync! They look like this:
`hello.model.json`