Relative paths for perspective embedded views
b
betti francesco
It could be usefull to allow relative path syntax in the embedded viewPath parameter, using './' to specify the same folder and '../' for the parent folder. In this way we could build a complex view containing all the related and specific subviews in the same folder, and copying/pasting the same folder to reproduce another similar page will result in a totally independent clone of the original one
Log In
J
Jonah Haekel
This would be extremely useful for organization. Maybe have the option to enable relative paths or not in the project properties, so that any pre-existing views using bindings or scripts on props.path aren't effected?
M
Mayank Raja
also it helps with dev vs prod instances which then helps with merging of code.