Closed walbo closed 6 years ago
If you insert a grid module without any cards flex_grid value is a bool. We need to remove the type hint on the structure_card_data function to allow both array and bool
flex_grid
bool
structure_card_data
array
Also return a empty array if no data.
If you insert a grid module without any cards
flex_grid
value is abool
. We need to remove the type hint on thestructure_card_data
function to allow botharray
andbool
Also return a empty array if no data.