1
0
Fork 0
mirror of synced 2024-08-26 23:42:06 +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
if (customComponents?.length) {
enrichedStructure.push({
name: "Custom components",
name: "Plugins",
isCategory: true,
children: customComponents.map(x => ({
...definitions[x],