gatsby-attainlabs-cms 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,7 +53,7 @@ require("dotenv").config({
53
53
  module.exports = {
54
54
  plugins: [
55
55
  {
56
- resolve: "gatsby-plugin-your-plugin",
56
+ resolve: "gatsby-attainlabs-cms",
57
57
  options: {
58
58
  brand: "Cash Money", // LendDirect | Cash Money | Heights Finance adding-puck-for-visual-code-editing
59
59
  // personalAccessToken: "optional-fallback", // not recommended, but supported
@@ -67,9 +67,10 @@ module.exports = {
67
67
 
68
68
  ## Behavior
69
69
 
70
- - Downloads brand-specific `index.tsx` components into:
70
+ - Downloads brand-specific components into:
71
71
  - `src/cms/components/brand/`
72
72
  - `src/cms/components/global/`
73
+ - `src/cms/gatsby-plugin-theme-ui/`
73
74
 
74
75
  - Requires an Azure DevOps Personal Access Token (PAT) to authenticate requests.
75
76
 
@@ -90,10 +91,10 @@ module.exports = {
90
91
  If you see:
91
92
 
92
93
  ```
93
- ⚠️ [gatsby-plugin-your-plugin] No PERSONAL_ACCESS_TOKEN found...
94
+ ⚠️ [gatsby-attainlabs-cms] No PERSONAL_ACCESS_TOKEN found...
94
95
  ```
95
96
 
96
- ➡️ Double-check that `.env.development` or `.env.production` exists and is loaded in `gatsby-config.js`.
97
+ ➡️ Double-check that `.env` exists and is loaded in `gatsby-config.js`.
97
98
 
98
99
  ---
99
100
 
@@ -102,7 +103,7 @@ If you see:
102
103
  If you see:
103
104
 
104
105
  ```
105
- [gatsby-plugin-your-plugin] Invalid or missing "brand" option.
106
+ [gatsby-attainlabs-cms] Invalid or missing "brand" option.
106
107
  You must specify one of: LendDirect, Cash Money, Heights Finance
107
108
  ```
108
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-attainlabs-cms",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "gatsby-node.js",
5
5
  "type": "module",
6
6
  "scripts": {