- Issue created by @marc.bau
- 🇩🇪Germany marc.bau
I think I found now the bootstrap example that is used in the module... that brings us to the next issue. How I can enter row classes in the view? I can set card classes and group classes only.
But I need to add
row-cols-1 row-cols-md-4 g-4
to the row. - First commit to issue fork.
- 🇺🇸United States shelane
This was a bigger can of worms than I expected. It turns out that though it was applying the "card-group" class, the added row and col divs caused it not behave as a card group. I have now added the option to have card groups or not have card groups. When not using card groups, the row and col divs can now have custom classes added.
- 🇩🇪Germany marc.bau
Made some QA testing and found issues.
- If you set "Use card groups" HTML is changed and works perfectly like the original example, but if you re-open the views UI settings page the checkbox setting is lost.
- Setting "Custom col wrapper class" gets lost, too
- There is an unneeded empty row, see
- 🇺🇸United States shelane
Thanks for that check. I believe I addressed all of this issues in the new MR.
I can confirm here that the custom row wrapper class is set and remembered.
- 🇩🇪Germany marc.bau
Works like a charm.
How about creating a final 5.5 release?
Automatically closed - issue fixed for 2 weeks with no activity.