Can I insert my layout or template from one app into another app on backendless?
Hello @Daniel_Wauer
Currently, we do not have this ability in UI, however the UI-Builder stores files in your app you can try to copy/paste them across your apps.
containers are located in ./ui-builder/containers
folder
and pages are located in ./ui-builder/containers/{CONTAINER_NAME}/pages
folder
but I would recommend you to make a backup of the ui-builder
folder before making any changes in these folders/files directly
Regards, Vlad