2.4.0
·
23 commits
to main-v2
since this release
- Makes it possible to target slots using the
slotprefix:
<a:the_partial>
<a-slot:title class="this thing">I am the title.</a-slot:title>
The slot content.
</a:the_partial>Inside the partial:
{{ slot.title /}}