An open API service indexing awesome lists of open source software.

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

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


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).