mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-26 07:36:19 +00:00
Add project to test that plugin skips unwritable properties
This commit is contained in:
2
test-projects/script-unwritable/README.md
Normal file
2
test-projects/script-unwritable/README.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# script-unwritable
|
||||||
|
This project is used to test that Rojo successfully builds places with properties that are unwritable to scripts, but are ignored when the same project is used for live sync.
|
||||||
18
test-projects/script-unwritable/default.project.json
Normal file
18
test-projects/script-unwritable/default.project.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "script-unwritable",
|
||||||
|
"tree": {
|
||||||
|
"$className": "DataModel",
|
||||||
|
|
||||||
|
"HttpService": {
|
||||||
|
"$properties": {
|
||||||
|
"HttpEnabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"StarterPlayer": {
|
||||||
|
"$properties": {
|
||||||
|
"GameSettingsAvatar": "R15"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user