remove block override

This commit is contained in:
Simon Vieille 2022-03-30 14:33:00 +02:00
parent 0d3d48d8d9
commit b6d2d23128
2 changed files with 0 additions and 4 deletions

View File

@ -72,7 +72,6 @@ core:
blocks:
link: 'editorjs/link.html.twig'
code: 'editorjs/code.html.twig'
paragraph: 'editorjs/paragraph.html.twig'
file_manager:
mimes:

View File

@ -1,3 +0,0 @@
{%- block render -%}
<p>{{- text|replace({'<b>': '<strong>', '</b>': '</strong>'})|raw -}}</p>
{%- endblock -%}