quill editor
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
</div>
|
||||
|
||||
{% if product.description %}
|
||||
<div class="whitespace-pre-line leading-relaxed text-on-surface/80 dark:text-on-surface-dark/80">{{ product.description }}</div>
|
||||
{# Authored as rich text (Quill) in the admin; render the stored HTML. #}
|
||||
<div class="rich-content text-on-surface/80 dark:text-on-surface-dark/80">{{ product.description | safe }}</div>
|
||||
{% endif %}
|
||||
|
||||
<template x-if="current.in_stock">
|
||||
|
||||
Reference in New Issue
Block a user