App Tile
App tiles are the wrapper for all of its children components defined in items. Each open platform app can have at least one appTile defined
in appTiles.
If you need to choose a data field for appTiles to render from - (i.e. a field in the search results) - use the appTilesField property at the top level of the schema.
- Usage
- Props
Required properties
"items": // array of component objects
Optional properties
"tileWidth": "small" | "medium" | "medium_large" | "large"; // defaults to medium_large
"tileHeight": "short" | "normal" | "medium" | "auto"; // defaults to auto
"displaySidepanel": "truthy/falsy statement" // whether or not to add a 'Open Sidepanel' button
"displayCondition": "truthy/falsy" // whether or not to display the appTile