@nitrogenbuilder/connector-payload 1.0.0 → 1.1.0

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.
@@ -156,7 +156,8 @@ export async function syncComponentCatalog(payload, manifestInput, req) {
156
156
  componentName: entry.name,
157
157
  scope: entry.scope || '',
158
158
  sidebarCategory: entry.sidebarCategory || '',
159
- icon: entry.icon || '',
159
+ // Icons are no longer carried on the manifest entry; they're assigned in
160
+ // the editor (Settings > Component Icons) and stored in NitrogenSettings.
160
161
  definition: entry,
161
162
  source: manifest.source || '',
162
163
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitrogenbuilder/connector-payload",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Nitrogen page builder connector plugin for Payload CMS 3.x",
5
5
  "author": "Leonardo Dentzien <leo@torchmedia.ca>",
6
6
  "type": "module",
@@ -55,4 +55,4 @@
55
55
  "@nitrogenbuilder/client-core": "link:../monogen/packages/client-core",
56
56
  "@nitrogenbuilder/types": "link:../monogen/packages/types"
57
57
  }
58
- }
58
+ }