Spryker wrapper for Storyblok PHP client
composer req valantic-spryker-eco/storyblok-client
$config[StoryblokConstants::STORYBLOK_PUBLIC_SECRET] = '<Your Storyblok public secret>';
$config[StoryblokConstants::STORYBLOK_PREVIEW_SECRET] = '<Your Storyblok preview secret>';
$config[StoryblokConstants::SLUG_NAVIGATION_MAIN] = '<Slug for main navigation>';
$config[StoryblokConstants::SLUG_FOOTER] = '<Slug for footer>';
$config[StoryblokConstants::SLUG_CMS_CONTENT] = '/';
$config[StoryblokConstants::STORYBLOK_EXPIRATION_TIME] = 3600;
Inject
\ValanticSpryker\Client\Storyblok\StoryblokClient
where you need it.