diff --git a/lnbits/extensions/example/templates/example/index.html b/lnbits/extensions/example/templates/example/index.html index c2891b2fa..64a4d3dde 100644 --- a/lnbits/extensions/example/templates/example/index.html +++ b/lnbits/extensions/example/templates/example/index.html @@ -110,6 +110,16 @@ FastAPI auto-generates swagger UI docs for testing endpoints /docs

+ + + TIP: Although it is possible for + extensions to use other extensions API endpoints (such as + with the Satspay and Onchain extension), ideally an + extension should only use LNbits + core + endpoints.

+ views.py is used for setting application routes: @@ -131,11 +141,12 @@ open-source Vue.js based framework for building apps.

-

- TIP: Look through + + TIP: Look through /template files - in other extensions for examples. -

+ in other extensions for examples of Quasar elements being + used.

In the below example we make a dialogue popup box (box can