Skip to content

Commit d71f02b

Browse files
Merge pull request killbill#639 from killbill/demo-embedded
aviate-tax: embed demo
2 parents 7e87fcd + c6e8dbc commit d71f02b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

userguide/aviate/aviate-tax.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@ To use the tax feature provided by the Aviate plugin, ensure that KB is started
2727
com.killbill.billing.plugin.aviate.enableTax=true
2828
----
2929

30-
In addition, the Aviate Tax feature requires some tenant-level configuration. This can be done via the Aviate UI. See https://killbill.storylane.io/share/dmenqdn2zcoy[this demo].
30+
In addition, the Aviate Tax feature requires some tenant-level configuration. This can be done via the Aviate UI:
31+
32+
++++
33+
<div style="margin-bottom: 2rem;">
34+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
35+
<div class="sl-embed" style="position:relative;padding-bottom:calc(49.85% + 25px);width:100%;height:0;transform:scale(1)">
36+
<iframe loading="lazy" class="sl-demo" src="https://killbill.storylane.io/demo/dmenqdn2zcoy?embed=popup" name="sl-embed" allow="fullscreen" allowfullscreen style="position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:1px solid rgba(63,95,172,0.35);box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);border-radius:10px;box-sizing:border-box;"></iframe>
37+
</div>
38+
</div>
39+
++++
3140

3241
Alternatively, you can also execute the https://killbill.github.io/slate/tenant.html#add-a-per-tenant-configuration-for-a-plugin[per-tenant configuration] endpoint as follows:
3342

0 commit comments

Comments
 (0)