|
|
|
|
@ -80,39 +80,57 @@ tweet_engine_setup:
|
|
|
|
|
{%- macro image(topic) -%}
|
|
|
|
|
{% set images = {
|
|
|
|
|
"minecraft": [
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png"
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png"
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"solar": [
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png"
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png"
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"robot": [
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png"
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png"
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"door": [
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png"
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png"
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"weather": [
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png"
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png"
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"internet": [
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png"
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png"
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"stocks": [
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png"
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png"
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"night": [
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png"
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png"
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"tv": [
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png"
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png",
|
|
|
|
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png"
|
|
|
|
|
]
|
|
|
|
|
} %}
|
|
|
|
|
|
|
|
|
|
|