cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to add image into product description with Hybris1808

0 Kudos
1,555

How to add image into product description with Hybris1808, seems it's not supported in backoffice.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

I found a way to do this,

  1. add a properties of backoffice.wysiwyg.config.uri

  2. create a file of ckeditorconfig.js, add image into config.toolbar

  3. in productDetailsTba.tag, change the code from ${ycommerce:sanitizeHTML(product.description)} to ${product.description}

then we can config the picture and see it in backoffice and storefront

Answers (0)