Asset Designer
The Asset designer is used to configure the app's theme by uploading additional app assets. Such assets can include logos, icons, images, media, stylesheets and VueJS custom components.
Asset Zip
The uploaded assets must be a zip file containing the assets to be uploaded. The zip file will be applied over the top of the existing assets.
Theme Directory
The ./theme
directory is special and its contents can be preserved across updates to the underlying DevCore UI framework by the Builder.
It is good practice to place your assets in the ./theme
directory for this reason.
Import App
You can import an existing app display.json5
file by clicking the Import App button. This will import the display.json5 and apply to the current app.
Export App
You can export the current app by clicking the Export App button. This will export the current app display as a display.json5
file.