mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +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'],
|
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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user