Sylius is a fully open-source and flexible e-commerce framework designed for the dynamic growth of your innovative business.
Through the Sylius plugin, users can effortlessly select products and collections from their e-commerce platform and seamlessly incorporate them into their Storyblok content.
The collaboration between Sylius and Storyblok helps businesses take their digital strategy to new heights by leveraging this integration, offering a powerful solution for brands of all sizes.
How to set up
In the block library, select a block to edit. Add a new field, set the Field Type to Plugin, and set the Custom
Type to sb-sylius
.
Configure the options:
endpoint
(required): The Sylius API URL (e.g.: https://master.demo.sylius.com).token
(required): JWT token generated from /api/v2/shop/authentication-token endpoint (e.g.: eyJ0eXAi......).limit
(optional): The maximum number of selected items.selectOnly
(optional): Provide the value product to disable the category tab, so that the users only can select products. Provide the value category to disable the product catalog tab, so that users only can select categories.