в частности, используя API доставки контента https://github.com/storyblok/storyblok- ... livery-api< /p>
Код: Выделить всё
require 'vendor/autoload.php';
use Storyblok\Client as StoryblokClient; // you can use also an alias
$client = new StoryblokClient('#');
$data = $client->getStoryBySlug('tomandjerry')->getBody();
// access to the body response...
print_r($data["story"]);
echo $data["cv"] . PHP_EOL;
print_r($data["rels"]);
print_r($data["links"]);
Подробнее здесь: https://stackoverflow.com/questions/768 ... javascript
Мобильная версия