@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.
- package/dist/editor/NitrogenEditorAssetsRoute.js +2 -0
- package/dist/editor/NitrogenEditorPage.js +29 -2
- package/dist/editor-assets/fa620pro/icons.json +1 -0
- package/dist/editor-assets/icons/ionicons.json +1 -0
- package/dist/editor-assets/icons/lucide.json +1 -0
- package/dist/inventory/indexing.js +2 -1
- package/package.json +2 -2
|
@@ -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
|
-
|
|
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.
|
|
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
|
+
}
|