mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-22 00:14:25 +01:00
Custom Forms: Allow HTML in labels and help text (#5136)
* Custom Forms: Allow HTML in labels and help text Fixes #5003. * Vue: Sanitize labels and helper text input * Form editor: Fix blur on input for select option values --------- Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
This commit is contained in:
@@ -119,6 +119,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
})
|
||||
|
||||
Vue.use(vSortable)
|
||||
Vue.use(VueSanitizeDirective.default)
|
||||
|
||||
new Vue({
|
||||
el: '#FormEditor',
|
||||
|
||||
Reference in New Issue
Block a user