fire-app-builder icon indicating copy to clipboard operation
fire-app-builder copied to clipboard

Defining Category Order via JSON, ImageCard Sizes

Open mkammes opened this issue 7 years ago • 1 comments

  1. Is it possible to define the category order via JSON without having to hard-code the categories in navigator.json?

  2. Is it possible to change the ImageCard to a 16x9 aspect ratio, instead of the 548x452 resolution?

Thanks!

mkammes avatar Dec 27 '17 01:12 mkammes

Defining category order via json is not supported yet. Changing the card dimensions may be done so in the onCreateViewHolder method of the CardPresenter class.

brian-ross avatar Jun 18 '18 22:06 brian-ross