Skip to main content

Backend Edit URL Helper

StoryblokBackendUrlGenerator generates Storyblok backend edit links.

Usage

Inject the helper:

StoryblokBackendUrlGenerator $backendUrlGenerator

Generate edit URL by story object:

$backendUrlGenerator->generateStoryEditUrl($story);

Generate edit URL by story id and space id:

$backendUrlGenerator->generateStoryEditUrlById(123456, "98765");