fix: correct shop macro paths to storefront in all macro files
Fix self-referencing documentation examples in storefront macros that incorrectly used shared/macros/shop/ instead of storefront/. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
Product review display and submission components.
|
||||
|
||||
Usage:
|
||||
{% from 'shared/macros/shop/reviews.html' import review_list, review_card, review_form, review_summary %}
|
||||
{% from 'shared/macros/storefront/reviews.html' import review_list, review_card, review_form, review_summary %}
|
||||
#}
|
||||
|
||||
{% from 'shared/macros/shop/star-rating.html' import star_rating, rating_input, rating_summary %}
|
||||
{% from 'shared/macros/storefront/star-rating.html' import star_rating, rating_input, rating_summary %}
|
||||
|
||||
|
||||
{#
|
||||
|
||||
Reference in New Issue
Block a user