Skip to content

Commit

Permalink
[AdminBlockEditor] Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Jan 14, 2022
1 parent 8b4f1fb commit 97c0279
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Expand Up @@ -176,7 +176,7 @@ var editorjsConfig = {
{% block editorjs_block_to_add_new_plugin %}{% endblock %}
},
data: {{ (value ? value : "{}")|raw }},
data: JSON.parse("{{ (value ? value : "{}")|raw|e('js') }}"),
logLevel: "ERROR",
holder: "{{ editor_id }}",
};
Expand Down
Binary file not shown.
Binary file modified packages/skeleton/var/app.db
Binary file not shown.

0 comments on commit 97c0279

Please sign in to comment.