Merged PR 186: Implement filterlists
This commit is contained in:
parent
1091257281
commit
4b874dfff4
6 changed files with 55 additions and 5 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue