windandkite / module-storyblok
Magento 2 module for integrating with Storyblok Headless CMS
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 1
Type:magento2-module
Requires
- php: ^8.0|^8.1|^8.2|^8.3
- magento/framework: *
- mixable/color-utils: ^1.0
- storyblok/php-content-api-client: ^1.0
- storyblok/php-tiptap-extension: ^1.0
- dev-master
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-bugfix/undefined-constant
- dev-improvement/better-visual-editor-integration
- dev-issue-templates
- dev-hackathon
- dev-update-readme-for-public-release
- dev-bugfix/empty-metadata-passed-as-string
- dev-feature/bypass-content-restrictions
- dev-bugfix/handle-empty-metadata
- dev-feature/seo-app-inegration
- dev-feature/restrict-content-types
- dev-bugfix-storylist-cachekey
- dev-feature/catch-invalid-slugs
- dev-refactor-caches
- dev-feature/ensure-story-passed-to-child-blocks
- dev-refactor
- dev-feature/improvements
- dev-bugfix/story-url-params
This package is auto-updated.
Last update: 2025-07-14 14:01:31 UTC
README
Magento 2 Module for Storyblok Integration
Why is it needed?
This Magento 2 Module seamlessly integrates your e-commerce platform with Storyblok, a powerful headless CMS, offering numerous benefits for content management and development workflows:
- Decoupled Content Management: Separate content creation in Storyblok from Magento's presentation layer, allowing independent work for content editors and flexible frontend development.
- Enhanced Content Editor Experience: Storyblok's visual editor provides real-time previews for intuitive and efficient content creation.
- Omnichannel Content Delivery: Enable content delivery to various channels (Magento storefront, mobile apps, other websites) from a single source of truth.
- Improved Performance: Headless architecture can lead to faster website performance by offloading content rendering from Magento.
- Scalability and Flexibility: Offers greater scalability and flexibility for content model updates and adoption of modern frontend technologies.
- Future-Proof Architecture: Decoupling content facilitates adaptation to future technological changes and digital experience evolution.
This module empowers businesses to create richer, more dynamic content experiences while improving development workflows and overall agility.
Installation
This module can be installed via Composer from Packagist.
-
Add the module to your project:
composer require windandkite/module-storyblok
-
Enable the module:
bin/magento module:enable WindAndKite_Storyblok bin/magento setup:upgrade
(or simply run
bin/magento setup:upgrade
which enables new modules automatically.)
Configuration & Usage
All detailed setup, configuration, user guides, and developer guides are available in the module's Wiki.
The Wiki covers:
- Quick Start
- Installation Guide
- Configuration Guide
- SEO App Integration
- Content Routing
- Creating Custom Templates
- Accessing Storyblok Data
- Working with Visual Editor
- Displaying Story Lists
- Troubleshooting Guide
Please refer to the Wiki for comprehensive documentation.
Contributions
We welcome contributions! Whether that be raising bugs, suggesting feature ideas or getting down and dirty with the code, head on over to the Contributions Guide in the Wiki to see how you can get involved.