Skip to content

Commit

Permalink
Don't sanitise markdown fields
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Valchev authored and bobdenotter committed Dec 19, 2020
1 parent 7a3086e commit 3beebfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Field/MarkdownField.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* @ORM\Entity
*/
class MarkdownField extends Field implements Excerptable, FieldInterface
class MarkdownField extends Field implements Excerptable, FieldInterface, RawPersistable
{
public const TYPE = 'markdown';

Expand Down

0 comments on commit 3beebfe

Please sign in to comment.