Rename custom components to plugins in the new component panel
This commit is contained in:
parent
e5881e1f24
commit
244850cc0b
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue