Convert container type

If you shift+right-click a view and select “Copy JSON” you can paste that into a text editor, then change the root object “type” property. From there you can copy the new edited JSON and shift+right-click the view again and select “Paste JSON” and then it should update.
Keep in mind when you do this, all the components within the view will not update their Position properties to look anything like it did before the root was converted. They will get some defaults that may not make a whole lot of sense and will require you manually edit them.

4 Likes