Commit 4c43a540 authored by Austin Regnery's avatar Austin Regnery

Add a collapsible shortcut

parent 155b6c2d
...@@ -226,6 +226,12 @@ export default { ...@@ -226,6 +226,12 @@ export default {
/> />
</div> </div>
<div class="d-inline-block ml-md-2 ml-0"> <div class="d-inline-block ml-md-2 ml-0">
<toolbar-button
:prepend="true"
tag="<details><summary>Click to expand!</summary></details>"
:button-title="__('Add a collapsible section')"
icon="chevron-right"
/>
<toolbar-button <toolbar-button
:prepend="true" :prepend="true"
tag="- " tag="- "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment