where we can change the image of Splash screen?
Hello @Sam !
It is possible to do via the Studio->Designer->Splash area. You can find the lines like the following:
<img class="bx-spl-image" src="<bx_image_url:spl-image-main.svg />" />
in the code area. The image URL like bx_image_url:spl-image-main.svg can be replaced with your variant uploaded in the Storage app, see more details here https://unacms.com/wiki/Storage
thanks!, but which name should be used? the file name or the generated one?
I have changed it, but it does not work. It works with jpg? this is under files or image?
<img src="<bx_image_url:konek_bg.jpg />">
the code above does not work
Yes, you should use the full generate URL of the uploaded file.
<img src="https://my_una_site/the_way_to_my_uploaded_pic_with_long way.jpg"/>
Hello @Sam !
It is possible to do via the Studio->Designer->Splash area. You can find the lines like the following:
<img class="bx-spl-image" src="<bx_image_url:spl-image-main.svg />" />
in the code area. The image URL like bx_image_url:spl-image-main.svg can be replaced with your variant uploaded in the Storage app, see more details here https://unacms.com/wiki/Storage
thanks!, but which name should be used? the file name or the generated one?
I have changed it, but it does not work. It works with jpg? this is under files or image?
<img src="<bx_image_url:konek_bg.jpg />">
the code above does not work
Yes, you should use the full generate URL of the uploaded file.
<img src="https://my_una_site/the_way_to_my_uploaded_pic_with_long way.jpg"/>