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:
d11n
2023-07-11 06:02:02 +02:00
committed by GitHub
parent 9f5466a41f
commit c777746b69
8 changed files with 71 additions and 14 deletions

View File

@@ -119,6 +119,7 @@ document.addEventListener('DOMContentLoaded', () => {
})
Vue.use(vSortable)
Vue.use(VueSanitizeDirective.default)
new Vue({
el: '#FormEditor',