- Issue created by @Abhishek_yadav
- Status changed to Needs review
7 months ago 5:16am 5 June 2024 - 🇺🇸United States erutan
This doesn't seem to be an appropriate use of the PTBP status.
- Merge request !21Issue #3407343 Add theme template for loading animation/markup → (Open) created by loze
- 🇺🇸United States loze Los Angeles
I added a template for the loading animation quicktabs-loading.html.twig so you can override this in your theme, per qt instance if needed.
$markup = [ '#theme' => 'quicktabs_loading', '#message' => t('Loading content ...'), '#instance' => $qt_instance, '#tabid' => $tab_id, ];
Attached is a patch from !MR21 for composer.
- Issue was unassigned.
- Status changed to Needs work
27 days ago 6:07pm 10 December 2024 - 🇺🇸United States smustgrave
100% all for. Will need some test coverage and rebased for 4.0.x please.