craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
286 stars 140 forks source link

setEmptyValues for html fields (redactor, ckeditor) #1332

Closed i-just closed 1 year ago

i-just commented 1 year ago

Description

Allow to setEmptyValues for HtmlField type fields - Redactor, CKEditor. HtmlField->serializeValue changes the empty string to null, which causes setEmptyValues to not take effect.

Related issues

1321