Single key column name simplification

This commit is contained in:
Bán Dénes 2022-04-16 12:44:55 +02:00
parent 8748a37c04
commit c6f4832ee4
6 changed files with 116 additions and 15 deletions

View file

@ -1 +1,5 @@
points.zones.matrix:
points.zones:
matrix:
single_key_column:
columns:
named:

View file

@ -93,6 +93,54 @@ LINE
21
9
0
LINE
8
0
10
-9
20
9
11
9
21
9
0
LINE
8
0
10
9
20
9
11
9
21
-9
0
LINE
8
0
10
9
20
-9
11
-9
21
-9
0
LINE
8
0
10
-9
20
-9
11
-9
21
9
0
ENDSEC
0
EOF

View file

@ -41,5 +41,51 @@
0
]
}
},
"single_key_column_named": {
"x": 0,
"y": 0,
"r": 0,
"meta": {
"stagger": 0,
"spread": 0,
"splay": 0,
"origin": [
0,
0
],
"orient": 0,
"shift": [
0,
0
],
"rotate": 0,
"width": 18,
"height": 18,
"padding": 19,
"autobind": 10,
"skip": false,
"asym": "both",
"colrow": "named_default",
"name": "single_key_column_named",
"zone": {
"columns": {
"named": null
},
"name": "single_key_column"
},
"col": {
"rows": {},
"key": {},
"name": "named"
},
"row": "default",
"bind": [
0,
0,
0,
0
]
}
}
}