In this guide, you will learn how to add a theme asset manually.
To add an image asset manually, you should create a directory with the same name as the first portion of your .theme.json
file name for your theme.
You must place your image in that directory.
For example, if your .theme.json
file is AwesomeBusiness.theme.json, then your directory name should be AwesomeBusiness and you should place your image in the AwesomeBusiness directory.
Later, you can update them by either adding or updating the appropriate assetName
field to refer to your image.
Example
For example, if you want to use your image awesomeLogo.svg file for your logo, you can set the field as:
"customerLogo" : {
"imageAssetName" : "awesomeLogo.svg",
"imageLastModified" : "1686589219153"
},
ATLAS
Comments