mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Moving kanbanItem out of the shapes doc
This commit is contained in:
parent
0af08276d2
commit
2c676b6222
@ -363,14 +363,6 @@ export const shapesDefs: ShapeDefinition[] = [
|
||||
aliases: ['manual-file', 'flipped-triangle'],
|
||||
handler: flippedTriangle,
|
||||
},
|
||||
{
|
||||
semanticName: 'Kanban Item',
|
||||
name: 'Kanban Item',
|
||||
shortName: 'kanbanItem',
|
||||
description: 'Item on a kanban board',
|
||||
aliases: ['kanban-item'],
|
||||
handler: kanbanItem,
|
||||
},
|
||||
{
|
||||
semanticName: 'Manual Input',
|
||||
name: 'Sloped Rectangle',
|
||||
@ -471,7 +463,7 @@ const generateShapeMap = () => {
|
||||
icon,
|
||||
iconRounded,
|
||||
imageSquare,
|
||||
|
||||
kanbanItem,
|
||||
anchor,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user