Almost EVERYONE who tried headless systems said they saw benefits. Download the state of CMS now!

Storyblok now on AWS Marketplace: Read more

O’Reilly Report: Decoupled Applications and Composable Web Architectures - Download Now

Empower your teams & get a 582% ROI: See Storyblok's CMS in action

Skip to main content

Shared Components App vs How to share component schemas

  • FAQ
  • Shared Components App vs How to share component schemas

The Shared Components App is built for multi-market strategies or 100% matching "parent" and "child" component structures. Once you install the Shared Components in two spaces and enter a parent space id in the space settings you will notice that the child space will no longer have access to components as it will use the components of the parent space with all its configuration and references. That also means that the datasources of your local space will not be accessible by using source "Datasources". Instead, you would need to choose External JSON for that kind of action as even though the Components are shared, everything else is completely separated as it would be their own space. Changes in Component Schemas in the parent space will impact all spaces that reference it.

Share components using CLI

If you want to share components between spaces but still keep the possibility to create custom components and change some of them we would recommend either using the management API directly or going for our CLI tool. Our Storyblok CLI allows you to pull-components and push-components from a local JSON file with all its configuration. That said, it will not automatically update from one space to another. However, that can be part of your deployment setup and pipeline as you can also save versions of your components schemas in your version control tool.