Skip to content

Commit 9c10b86

Browse files
author
Éric Araujo
committed
add debug log
1 parent ea01aa3 commit 9c10b86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • django_ckeditor_5/static/django_ckeditor_5

django_ckeditor_5/static/django_ckeditor_5/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ function createEditors(element = document.body) {
7676
const config = JSON.parse(
7777
element.querySelector(`#${script_id}-span`).textContent,
7878
(key, value) => {
79+
console.log({ key, value });
7980
var match = value.toString().match(new RegExp('^/(.*?)/([gimy]*)$'));
8081
if (match) {
8182
var regex = new RegExp(match[1], match[2]);

0 commit comments

Comments
 (0)