Currently the Tile Block Templates exclude field values that they don't find useful. What is excluded depends on the specific tile. This makes it impossible for a specific site to show field values on tiles that this theme didn't originally see being needed (e.g. title on the standard tiles).
Design
- Alter the current templates to include the value for any non-empty field in all tiles with appropriate markup.
- Use
display: none to hide those fields for tiles that don't use them by default.
- Ensure that new fields added to these blocks are also displayed.
Currently the Tile Block Templates exclude field values that they don't find useful. What is excluded depends on the specific tile. This makes it impossible for a specific site to show field values on tiles that this theme didn't originally see being needed (e.g. title on the standard tiles).
Design
display: noneto hide those fields for tiles that don't use them by default.