1
0
Fork 0
mirror of synced 2024-09-14 00:08:25 +12:00

Rename custom components to plugins in the new component panel

This commit is contained in:
Andrew Kingston 2022-08-15 11:23:27 +01:00
parent e5881e1f24
commit 244850cc0b

View file

@ -56,7 +56,7 @@
// Add custom components category // Add custom components category
if (customComponents?.length) { if (customComponents?.length) {
enrichedStructure.push({ enrichedStructure.push({
name: "Custom components", name: "Plugins",
isCategory: true, isCategory: true,
children: customComponents.map(x => ({ children: customComponents.map(x => ({
...definitions[x], ...definitions[x],