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
|
// 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],
|
||||||
|
|
Loading…
Reference in New Issue