Read More link is added to content (Full html with tinymce) every break in text. See attachment.
Also Read More can't be translated with internal translation or localization client.
| Comment | File | Size | Author |
|---|---|---|---|
| readmore.jpg | 295.23 KB | demoshane |
Read More link is added to content (Full html with tinymce) every break in text. See attachment.
Also Read More can't be translated with internal translation or localization client.
| Comment | File | Size | Author |
|---|---|---|---|
| readmore.jpg | 295.23 KB | demoshane |
Comments
Comment #1
jsacksick commentedWe probably need to replace
expandText: 'read more'byexpandText: Drupal.t('read more'),in both commerce_kickstart_product_ui.js and commerce_kickstart_lite_product_ui.js + we need to update the js selector to ensure we're on a product page.Comment #2
cookiz commentedTranslating the Read more / less text has been fixed in https://code.drupalcommerce.org/496.
Classes identifying the paragraphs to apply the read more/less link has been reviewed.
Comment #3
bojanz commentedMerged.