We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcbe12 commit 0354c6dCopy full SHA for 0354c6d
sqlpage/templates/button.handlebars
@@ -17,6 +17,7 @@
17
{{~#if download}} download="{{download}}"{{/if}}
18
{{~#if rel}} rel="{{rel}}"{{/if}}
19
{{~#if tooltip}} data-bs-toggle="tooltip" data-bs-placement="top" title="{{tooltip}}"{{/if}}
20
+ {{~#if modal}} data-bs-toggle="modal" data-bs-target="#{{modal}}"{{/if}}
21
role="button">
22
{{~#if image~}}
23
<span {{~#if title}} class="me-1"{{/if}}>
0 commit comments