xxxxxxxxxx
<t
t-name="MinecraftTellrawDropdownInheritGigaClubTranslation"
t-inherit="minecraft_field_tellraw.MinecraftTellrawDropdown"
t-inherit-mode="extension"
>
<xpath expr="//div[@id='add-text-dropdown']/button[last()]" position="after">
<t t-if="showWidgets">
<hr />
<div class="dropdown-item" name="widget">List Widgets:</div>
<hr />
<t t-foreach="state.widgets.list" t-key="listitem">
<button
class="dropdown-item"
t-att-name="listitem"
t-esc="listitem"
t-on-click="openList"
/>
</t>
</t>
</xpath>
</t>