Moving kanbanItem out of the shapes doc

This commit is contained in:
Knut Sveidqvist 2024-10-28 13:03:18 +01:00
parent 0af08276d2
commit 2c676b6222

View File

@ -363,14 +363,6 @@ export const shapesDefs: ShapeDefinition[] = [
aliases: ['manual-file', 'flipped-triangle'], aliases: ['manual-file', 'flipped-triangle'],
handler: flippedTriangle, handler: flippedTriangle,
}, },
{
semanticName: 'Kanban Item',
name: 'Kanban Item',
shortName: 'kanbanItem',
description: 'Item on a kanban board',
aliases: ['kanban-item'],
handler: kanbanItem,
},
{ {
semanticName: 'Manual Input', semanticName: 'Manual Input',
name: 'Sloped Rectangle', name: 'Sloped Rectangle',
@ -471,7 +463,7 @@ const generateShapeMap = () => {
icon, icon,
iconRounded, iconRounded,
imageSquare, imageSquare,
kanbanItem,
anchor, anchor,
}; };