diff --git a/lnbits/core/templates/core/extensions_builder.html b/lnbits/core/templates/core/extensions_builder.html deleted file mode 100644 index 614e944e..00000000 --- a/lnbits/core/templates/core/extensions_builder.html +++ /dev/null @@ -1,830 +0,0 @@ -{% if not ajax %} {% extends "base.html" %} {% endif %} - -{% from "macros.jinja" import window_vars with context %} - -{% block scripts %} {{ window_vars(user) }}{% endblock %} {% block page %} - -
`name` and
- `sort description` fields are what the users will
- see when browsing the list of extensions.
- `id` field is used internally and in the URL of
- your extension.
- created_at, updated_at and
- extra.
-
- (Owner Data) that will be used as a title for the public
- page.
- (Owner Data) that will be used as a description for the
- public page. (Client Data) that will be shown as inputs in
- the public page form.
- (Client Data) as parameters.
- (Owner Data) that represents the wallet which
- will generate the invoice and receive the payments.
- Wallet will be
- shown.
- (Owner Data) that represents the currency
- which will be used to for the amount.
- Currency will
- be shown.
- (Owner Data) or
- (Client Data) that represents the amount (in
- the selected currency).
- Integer and
- Float will be shown.
- (Client Data) that will be set to true when
- the invoice is paid.
- Boolean will be
- shown.
-