Skip to content

Commit 82b8a62

Browse files
committed
Fixed parameters formatting for customizing Storefront (#2708)
1 parent 2a14056 commit 82b8a62

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/templating/layout/customize_storefront_layout.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ Available Twig:
173173

174174
with parameters:
175175

176-
- `is_disabled`
177-
- `attr`
178-
- `product_code`
179-
- `quantity_input_attr`
180-
- `add_to_cart_btn_attr`
176+
- `is_disabled`
177+
- `attr`
178+
- `product_code`
179+
- `quantity_input_attr`
180+
- `add_to_cart_btn_attr`
181181

182182
JavaScript class:
183183

@@ -194,9 +194,9 @@ Available Twig:
194194

195195
with parameters:
196196

197-
- `count`
198-
- `attr`
199-
- `counter_attr`
197+
- `count`
198+
- `attr`
199+
- `counter_attr`
200200

201201
### Checkout
202202

@@ -258,4 +258,4 @@ Available Twigs:
258258

259259
JavaScript class:
260260

261-
- `@ibexa-cart/src/bundle/Resources/public/js/component/quick.order`
261+
- `@ibexa-cart/src/bundle/Resources/public/js/component/quick.order`

0 commit comments

Comments
 (0)