imiger-fork/test/config/automaticGroupingConfigTest.json @ 0d554903
1 | 084d2d2e | Tomáš Šimandl | {
|
---|---|---|---|
2 | "defaultFilter": { |
||
3 | "vertexArchetypeFilter": { |
||
4 | "archetypes": [ ], |
||
5 | "matchType": "non_matching" |
||
6 | }, |
||
7 | |||
8 | "edgeArchetypeFilter": { |
||
9 | "archetypes": [ |
||
10 |
|
||
11 | ], |
||
12 | "matchType": "non_matching" |
||
13 | }, |
||
14 | |||
15 | "vertexAttributeFilters": [], |
||
16 | |||
17 | "edgeAttributeFilters": [] |
||
18 | }, |
||
19 |
|
||
20 | "defaultGroupArchetypes": ["FirstGroupArchetype"], |
||
21 |
|
||
22 | "archetypeIcons": [] |
||
23 | }
|