Merge pull request 'Added logo' (#74) from bk-branch into main

Reviewed-on: http://192.168.5.191:3000/LCI/MTN6/pulls/74
Reviewed-by: GigiMamaladze <gigi.mamaladze@autStand.com>
This commit is contained in:
GigiMamaladze 2025-04-29 10:52:40 +00:00
commit 10823e83e9

View File

@ -6,9 +6,9 @@
"$": [ "$": [
"ts", "ts",
192, 192,
1715164723047 1745914528657
], ],
"$ts": 1715164723045 "$ts": 1745914528656
} }
} }
}, },
@ -235,6 +235,7 @@
"config": { "config": {
"path": "this.custom.s3URI" "path": "this.custom.s3URI"
}, },
"enabled": false,
"transforms": [ "transforms": [
{ {
"code": "\treturn AWS.s3.getPresignedURL(self, value)", "code": "\treturn AWS.s3.getPresignedURL(self, value)",
@ -247,9 +248,10 @@
}, },
"props": { "props": {
"fit": { "fit": {
"height": 40, "height": 30,
"mode": "fill" "mode": "fill"
} },
"source": "/system/images/Builtin/amazon_rme_logo.png"
}, },
"type": "ia.display.image" "type": "ia.display.image"
}, },