Fix Category missing key + Fix button cannot be inside button

This commit is contained in:
Eric NGUYEN 2022-09-16 14:53:13 +02:00
parent e94671d1d8
commit ce65d448c9
3 changed files with 14 additions and 10 deletions

View file

@ -99,6 +99,7 @@ const GetSVGLayoutConfiguration = () => {
},
{
Type: 'Remplissage',
Category: "Category2",
CustomSVG: `
<rect width="{width}" height="{height}" style="{style}"></rect>
<rect width="{width}" height="{height}" stroke="black" fill-opacity="0"></rect>