SuperSeller3000/templates/admin/field/ebay_description.html.twig
Simon Kuehn ad9cb279c9 fix: article detail — photos on top, no ID, eBay description without scrollbar
Photos field moved to first position. ID field removed entirely. eBay
description on detail uses a custom template that renders raw HTML in a
plain div (no span/title wrapper, no overflow constraints). Form view
keeps the textarea editor.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 11:19:42 +00:00

1 line
75 B
Twig

<div class="ebay-description-preview">{{ field.formattedValue|raw }}</div>