Remove Widget Title Box
Hello. Is there any way to remove the title portion of a widget? I often don't place a title on indicator widgets, but the title box still limits how small the widget can be and leads to some awkward white-space. Is there any way to get rid of the box and the white-space that comes with it?Solved7.3KViews2likes2CommentsDefault Condition on BloX?
I am using the conditions feature on BloX cards. Here is an example: "conditions": [ { "minRange": "-Infinity", "maxRange": -0.01, "color": "#FA5656", "image": "/plugins/BloX/blox-images/StockMarket/arrow-down.png" }, { "minRange": 0, "maxRange": "Infinity", "color": "#54a254", "image": "/plugins/BloX/blox-images/StockMarket/arrow-up.png" } ] This works well, but if the value is null, it renders unpredictably. What I'm looking for is a conditional for when the value is null. Does anyone know how to go about this?1KViews1like0Comments