SonataFormatterBundle 树枝扩展:模板“...”未定义
SonataFormatterBundle twig extension: Template "..." is not defined
我的树枝模板文件
{{ 'Hello *world*' | format_text('markdown') }}
错误:
Template "<p>Hello <em>world</em></p>" is not defined.
SonataFormatterBundle 中有一个 BC 中断。您可以恢复到版本 3.2.0 或应用补丁。如this issue.
所述
我的树枝模板文件
{{ 'Hello *world*' | format_text('markdown') }}
错误:
Template "<p>Hello <em>world</em></p>" is not defined.
SonataFormatterBundle 中有一个 BC 中断。您可以恢复到版本 3.2.0 或应用补丁。如this issue.
所述