Support setting referent properties via attributes (#843)

Co-authored-by: Kenneth Loeffler <kenloef@gmail.com>
This commit is contained in:
Micah
2024-06-20 15:48:52 -07:00
committed by GitHub
parent a7b45ee859
commit 7e2bab921a
64 changed files with 942 additions and 7 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "ref_properties",
"tree": {
"$className": "DataModel",
"Workspace": {
"ProjectTarget": {
"$className": "Folder",
"$id": "project target",
"ProjectPointer": {
"$className": "ObjectValue",
"$attributes": {
"Rojo_Target_Value": {
"String": "project target"
}
}
}
},
"ModelTarget": {
"$path": "ModelTarget.model.json"
},
"FolderTarget": {
"$path": "FolderTarget"
},
"CrossFormatPointer": {
"$className": "ObjectValue",
"$attributes": {
"Rojo_Target_Value": "folder target"
}
}
}
}
}