{% load wagtailadmin_tags i18n %} {% comment "text/markdown" %} Reusable dropdown menu component built with Tippy.js. - `classname` (string?) - more classes for parent element - `attrs` (string?) - more attributes for parent element - `toggle_icon` (string?) - toggle icon identifier - `toggle_label` (string?) - Visible label for the toggle button - `toggle_aria_label` (string?) - aria-label for the toggle button - `toggle_describedby` (string?) - aria-describedby for the toggle button - `toggle_classname` (string?) - additional toggle classes - `toggle_tippy_offset` (string?) - Tippy.js offset prop - `hide_on_click` (boolean?) - Whether or not the tooltip should hide when clicking inside - `children` - Dropdown contents (`a` and `button` elements only) {% endcomment %}