We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea01aa3 commit 9c10b86Copy full SHA for 9c10b86
1 file changed
django_ckeditor_5/static/django_ckeditor_5/app.js
@@ -76,6 +76,7 @@ function createEditors(element = document.body) {
76
const config = JSON.parse(
77
element.querySelector(`#${script_id}-span`).textContent,
78
(key, value) => {
79
+ console.log({ key, value });
80
var match = value.toString().match(new RegExp('^/(.*?)/([gimy]*)$'));
81
if (match) {
82
var regex = new RegExp(match[1], match[2]);
0 commit comments