Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-source-storyblok

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-storyblok - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

3

gatsby-node.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc