mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 14:45:56 +00:00
Reintroduce instigating paths for snapshot middleware
This commit is contained in:
@@ -5,6 +5,8 @@ expression: instance_snapshot
|
||||
snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: false
|
||||
instigating_source:
|
||||
Path: /foo
|
||||
relevant_paths:
|
||||
- /foo
|
||||
name: foo
|
||||
@@ -14,9 +16,11 @@ children:
|
||||
- snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: false
|
||||
instigating_source:
|
||||
Path: /foo/Child
|
||||
relevant_paths:
|
||||
- /foo/Child
|
||||
name: Child
|
||||
class_name: Folder
|
||||
properties: {}
|
||||
children: []
|
||||
children: []
|
||||
|
||||
Reference in New Issue
Block a user