You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The required fields for the tile layout need looking into.
The _graphicproperty on the main component configuration is not required for the tile layout. However, if missing, it will throw an error about a missing _graphic property due to this line.
The _top, _left and _imageAlignment properties are not needed for the tile layout. These should be removed from the example.json and a note should also be made in the README.md.
Steps to reproduce
Add the "_useGraphicsAsPins": true option and add graphics to each item to use the tile layout.
Environment
FW 5.40.3
Hot Graphic 6.13.4
The text was updated successfully, but these errors were encountered:
Subject of the issue
The required fields for the tile layout need looking into.
_graphic
property on the main component configuration is not required for the tile layout. However, if missing, it will throw an error about a missing_graphic
property due to this line._top
,_left
and_imageAlignment
properties are not needed for the tile layout. These should be removed from the example.json and a note should also be made in the README.md.Steps to reproduce
Add the
"_useGraphicsAsPins": true
option and add graphics to each item to use the tile layout.Environment
The text was updated successfully, but these errors were encountered: