Add extension point to template editor (#5080)

This commit is contained in:
Andrew Camilleri 2023-06-16 16:05:49 +02:00 committed by GitHub
parent 28c4c320cc
commit d8c0e5bf3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@
<input type="checkbox" id="Disabled" class="btcpay-toggle me-3" v-model="editingItem.disabled" />
<label class="form-label mb-0">Disabled</label>
</div>
<vc:ui-extension-point location="app-template-editor-item-detail" model="Model"></vc:ui-extension-point>
</div>
</div>
<div class="modal-footer">