Skip to content

Commit

Permalink
Fixed promo element content area not processing short codes (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mak001 committed Aug 20, 2019
1 parent 4a953b9 commit 46a4a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elements/ElementPromos.php
Expand Up @@ -51,7 +51,7 @@ class ElementPromos extends BaseElement
* @var array
*/
private static $db = [
'Content' => DBHTMLText::class,
'Content' => 'HTMLText',
];

/**
Expand Down

0 comments on commit 46a4a26

Please sign in to comment.