monsieurbiz / SyliusRichEditorPlugin

This plugin add a rich editor on fields to be able to drag and drop elements and edit it.
MIT License
65 stars 37 forks source link

Allow null to be passed as content to rendering methods in twig #130

Closed jacquesbh closed 3 years ago

jacquesbh commented 3 years ago

Because sometimes you have a content which is null.

I don't want the system to fail in that specific case because it's nothing to really worry about. If the content is null then we haven nothing to display.