mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-25 05:45:15 +00:00
Allow attributes src (and alt) to display image for product description
on admin ie. `/admin/products/bread/edit`
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
= f.field_container :description do
|
||||
= f.label :description, t(:description)
|
||||
%text-angular{'id' => 'product_description', 'name' => 'product[description]', 'class' => 'text-angular', 'textangular-unsafe-sanitizer' => true, "textangular-links-target-blank" => true, 'ta-toolbar' => "[['bold','italics','underline','clear'],['insertLink']]"}
|
||||
= sanitize(@product.description, attributes: ["href", "target"])
|
||||
= sanitize(@product.description, attributes: ["href", "target", "src", "alt"])
|
||||
= f.error_message_on :description
|
||||
|
||||
.right.four.columns.omega
|
||||
|
||||
Reference in New Issue
Block a user