- Issue created by @Abhishek_yadav
- Status changed to Needs review
6 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.