gatsby-source-storyblok
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -53,3 +53,4 @@ const StoryblokClient = require('storyblok-js-client') | ||
await Sync.getAll('links', { | ||
node: 'StoryblokLink' | ||
node: 'StoryblokLink', | ||
params: getStoryParams('', options) | ||
}) | ||
@@ -56,0 +57,0 @@ } |
{ | ||
"name": "gatsby-source-storyblok", | ||
"description": "Gatsby source plugin for building websites using the Storyblok headless CMS as a data source.", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"author": "Alexander Feiglstorfer <af@storyblok.com>", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -32,3 +32,3 @@ # Introduction | ||
* `timeout`: Optionally provide a timeout for the api request | ||
* `resolveRelations`: Resolve relationships to other Stories (in the first level of nesting) of a multi-option or single-option field-type. Provide the field key(s) as array to resolve specific fields. Example: ['related_articles', 'author']. | ||
* `resolveRelations`: Resolve relationships to other Stories (in the first level of nesting) of a multi-option or single-option field-type. Provide the field key(s) as array to resolve specific fields. Example: ['article.related_articles', 'article.author']. | ||
* `includeLinks`: If 'true' you can query links by allStoryblokLinkEntry. The links query lets you create a dynamic navigation tree as it includes also content folders. | ||
@@ -143,3 +143,3 @@ | ||
### Links | ||
Use the links api to create a dynamic navigation tree. | ||
Use the links api to create a dynamic navigation tree. To use this query you need to add `includeLinks: true` in the plugin options. | ||
@@ -146,0 +146,0 @@ ```GraphQL |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44365
141