Inside the h3 I'm outputting the title of the current article in the Articles Field loop.
But inside the property-type div, I'm embedding another Articles Field and passing it a custom layout override as well. So [title] should output the title of [property].
But instead, it outputs the title of the current article in the Articles Field loop in both occurrences.
In short, I guess the Articles Anywhere syntax should be protected / executed first.
It used to work correctly in Joomla 3.
If you need more clarification, let me know. Thanks!
Using this (nesting a tag inside the custom_html value of another tag) works fine when placed in an article.
I'll have to dig into this when placing this in an Articles Field template.
Essentially you are nesting an Articles Field layout (custom_html) inside Articles Anywhere inside Articles Field...