Merged PR 186: Implement filterlists

This commit is contained in:
Eric Nguyen 2022-09-19 08:46:41 +00:00
parent 1091257281
commit 4b874dfff4
6 changed files with 55 additions and 5 deletions

View file

@ -65,6 +65,7 @@ const GetSVGLayoutConfiguration = () => {
{
Type: 'Chassis',
DisplayedText: 'Chassis?',
Whitelist: ["Trou"],
MaxWidth: 500,
MinWidth: 200,
Width: 200,
@ -81,6 +82,7 @@ const GetSVGLayoutConfiguration = () => {
},
{
Type: 'Trou',
Blacklist: ["Chassis"],
DefaultX: 0,
DefaultY: 0,
Margin: {