Jonathan Hodgdon
I'm going from Joomla 3.10.11 + Articles Anywhere 13.0.3 + Tabs 8.3.0 to Joomla 4.2.6 + Articles Anywhere 13.0.3 + Tabs and Accordions 1.1.1. All Pro versions.
I have an article with tabs which uses the normal {tab title="Title 1"}, {tab title="Title 2"}, ..., {/tabs} syntax. I have another article with the same. I reference the second article within one of the tabs of the first article using {article alias="alias1"}[text]{/article} syntax. All of this is pretty clean and simple; no other effects are going on.
In Joomla 3.x Tabs, this magically worked: the tabs in the child article were sub to the tab within which I placed the {article}...{/article} reference in the parent article. This has been hugely convenient, because one never knows in advance when one wants to just include one article within another, without having to modify any {tab} tags in the child article to be unique.
In Joomla 4.x Tabs & Accordions, this doesn't work for me. The tabs in both articles seem like they are considered to be all at the same tabbing level in the parent article; they do not nest. Feels like a step backwards, but it's certainly possible I'm doing something wrong.
I have spent some time researching the documentation and forum, but I am stumped so far. Can you tell me if this is a bug, or by design (yuk!), or else suggest something for me to pursue on my end? Thanks.