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>
1 line
75 B
Twig
1 line
75 B
Twig
<div class="ebay-description-preview">{{ field.formattedValue|raw }}</div>
|