mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Roundtrip schemas in syncback (#1173)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "rojo/project-schema",
|
||||
"name": "schema_roundtrip",
|
||||
"tree": {
|
||||
"$className": "Folder",
|
||||
"src": {
|
||||
"$path": "src"
|
||||
},
|
||||
"trigger_reserialization": {
|
||||
"$className": "BoolValue"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
-- This file should be ignored.
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "rojo/adjacent-meta"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "rojo/init-meta"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "rojo/model.json",
|
||||
"className": "BoolValue",
|
||||
"properties": {
|
||||
"Value": true
|
||||
}
|
||||
}
|
||||
BIN
rojo-test/syncback-tests/schema_roundtrip/input.rbxm
Normal file
BIN
rojo-test/syncback-tests/schema_roundtrip/input.rbxm
Normal file
Binary file not shown.
Reference in New Issue
Block a user