- πΊπ¦Ukraine proweb.ua
the patch #6 doesn't work.
with a patch or without a patch, you need to re-save the product so that the html tags start working - πΊπ¦Ukraine proweb.ua
For string_long you also need to add 'format' => 'basic_html'
- π΅π°Pakistan imhamad
@proweb.ua string_long to add format 'basic_html' worked for you ?
- Status changed to Needs work
over 1 year ago 6:45am 7 August 2023 - π·πΈSerbia holo96
I see the issue here.
@obiwankenobi I guess last MR is unrelated#6 is definitely improvement but users does not have to have basic_html text format.
Would filter_default_format() function fix it?
return ['value' => trim($data), 'format' => filter_default_format() ];
- Status changed to Needs review
over 1 year ago 8:45am 7 August 2023 - π·πΈSerbia holo96
I realized text_long needs this formatting too...
Hope this patch solves this issue
- πΊπ¦Ukraine proweb.ua
#13 does not work with the latest dev version