mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
19 lines
315 B
Plaintext
19 lines
315 B
Plaintext
---
|
|
source: tests/tests/syncback.rs
|
|
expression: default.project.json
|
|
---
|
|
{
|
|
"name": "unscriptable_properties",
|
|
"tree": {
|
|
"$className": "BinaryStringValue",
|
|
"$properties": {
|
|
"Value": {
|
|
"BinaryString": "Rojo/is/cool"
|
|
}
|
|
}
|
|
},
|
|
"syncbackRules": {
|
|
"syncUnscriptable": true
|
|
}
|
|
}
|