https://github.com/storyblok/default-datasources
Storyblok - Default Datasources for Single Choice's
https://github.com/storyblok/default-datasources
cms dataset datasources datastructures storyblok
Last synced: 3 months ago
JSON representation
Storyblok - Default Datasources for Single Choice's
- Host: GitHub
- URL: https://github.com/storyblok/default-datasources
- Owner: storyblok
- Created: 2016-05-20T12:26:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T14:50:07.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T23:59:52.182Z (over 1 year ago)
- Topics: cms, dataset, datasources, datastructures, storyblok
- Homepage: https://www.storyblok.com
- Size: 43.9 KB
- Stars: 7
- Watchers: 16
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
default-datasources
A Collections of Datasources for the develop of website's using Storyblok.
## What is default-datasources
Datasources enables you to use a specific set of data (countrylists, grid-widths or any other key/value paired source) in a single & multi choice field type in the [Storyblok](https://www.storyblok.com) component part editor.## Format
The format for the key / value pairs in [Storyblok](https://www.storyblok.com) looks like this:```
[
{
"name":"DISPLAYED_NAME",
"value":"SAVED/DELIVERED_VALUE"
}
]
```## How to use a Datasource
![]()
## What about the `Datasources` in [Storyblok](https://www.storyblok.com) itself?
If you have Datasources which should be only for one project and will change for the next (catgories, ...). You can also use those Datasources in single & multi choices and access it using the Delivery API as descriped in our [Delivery API / Datasource Entries Documentation](https://www.storyblok.com/docs/Delivery-Api/Datasource-Entries).