Listing HTML editor

Hi. I have used this code snippet to enable the html editor on a listing description.

add_filter(
‘hivepress/v1/models/listing’,
function( $model ) {
$model[‘fields’][‘description’][‘editor’] = true;

	return $model;
},

1000
);

When the category of a new listing is selected, the same problem occurs as previously reported about the request model.

https://community.hivepress.io/t/problem-with-rich-text-html-editor-for-the-listing-request-description/2331

Cheers
R

Hi,

Yes, this bug is reported and confirmed in the linked post so we’ll try to fix it as soon as possible, we have it in the bug tracker.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.