mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
21 lines
353 B
Plaintext
21 lines
353 B
Plaintext
---
|
|
source: tests/tests/syncback.rs
|
|
expression: default.project.json
|
|
---
|
|
{
|
|
"$schema": "rojo/project-schema",
|
|
"name": "schema_roundtrip",
|
|
"tree": {
|
|
"$className": "Folder",
|
|
"src": {
|
|
"$path": "src"
|
|
},
|
|
"trigger_reserialization": {
|
|
"$className": "BoolValue",
|
|
"$properties": {
|
|
"Value": true
|
|
}
|
|
}
|
|
}
|
|
}
|