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

datocms-plugin-gatsby-cloud

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datocms-plugin-gatsby-cloud - npm Package Compare versions

Comparing version 0.0.0-rc.0 to 0.0.2-0

49

package.json
{
"name": "datocms-plugin-gatsby-cloud",
"homepage": "https://github.com/gatsby-inc/datocms-plugin-gatsby-cloud",
"version": "0.0.0-rc.0",
"description": "Plugin that allows Gatsby Cloud instance updates",
"version": "0.0.2-0",
"description": "Plugin that allows access to Gatsby Cloud instances",
"main": "index.js",

@@ -18,18 +18,5 @@ "scripts": {

"datocms",
"field-addon",
"datocms-plugin",
"sidebar",
"json-field",
"text-field",
"boolean-field",
"float-field",
"integer-field",
"string-field",
"links-field",
"link-field",
"date-field",
"date-time-field",
"video-field",
"color-field",
"seo-field",
"lat-lon-field",
"slug-field",
"gatsby"

@@ -48,18 +35,5 @@ ],

"entryPoint": "dist/index.html",
"pluginType": "sidebar",
"pluginType": "field_addon",
"fieldTypes": [
"json",
"text",
"boolean",
"float",
"integer",
"string",
"links",
"link",
"date",
"date_time",
"video",
"color",
"seo",
"lat_lon"
"slug"
],

@@ -82,3 +56,11 @@ "parameters": {

"default": false,
"hint": "The url of Gatsby Cloud instance"
"hint": "The url of a Gatsby Cloud instance"
},
{
"id": "authToken",
"label": "Auth token",
"type": "string",
"required": false,
"default": false,
"hint": "The authentication token for a private Gatsby Cloud instance"
}

@@ -125,2 +107,3 @@ ],

"dependencies": {
"@gatsby-cloud-pkg/gatsby-cms-extension-base": "^0.0.19",
"classname": "^0.0.0",

@@ -127,0 +110,0 @@ "prop-types": "^15.6.2",

# Gatsby Cloud DatoCMS plugin
Plugin that allows Gatsby Cloud instance updates
Plugin that allows access to Gatsby Cloud instances
## Configuration
Please specify a Gatsby Cloud preview instance url on the plugin global settings.
Please specify a Gatsby Cloud preview instance url (required) and auth token (optional) on the plugin global settings.
![Configuration screenshot](./config-screenshot.png)
![Configuration screenshot](config-screenshot.png)
## Plugin
Once you've configured the plugin, you will be able to see it in the sidebar.
Once you've configured the plugin, you will be able to see it as a field add on for slug fields.
![Plugin screenshot](./plugin-screenshot.png)
![Plugin screenshot](plugin-screenshot.png)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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