Skip to content

Commit 111126d

Browse files
committed
feat(API-1944): Implement Next steps block component in "How to retrieve PIM structure" guide
1 parent f698059 commit 111126d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/tutorials/guides/how-to-retrieve-pim-structure.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,16 @@ storeCurrencies(channel.currencies);
203203
storeLocales(channel.locales);
204204
storeCategoryTree(channel.category_tree);
205205
```
206+
207+
<div class="block-next-steps block-next-steps-alt">
208+
<img src="/img/illustrations/illus--Attribute.svg" width="140px">
209+
<div class="block-next-steps-column">
210+
<div class="block-next-steps-title">Next Step</div>
211+
<div class="block-next-steps-text">Well done! Keep digging into the “App workflow” and follow the next tutorial!</div>
212+
<div>
213+
<ul>
214+
<li><a href="/tutorials/how-to-get-families-and-attributes.html">How to get families and attributes</a></li>
215+
</ul>
216+
</div>
217+
</div>
218+
</div>

0 commit comments

Comments
 (0)