Skip to content

Commit c4d976c

Browse files
authored
Add building:part field (#527)
1 parent 4db0d0c commit c4d976c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

data/fields/building/part.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"key": "building:part",
3+
"type": "combo",
4+
"default": "yes",
5+
"label": "Building Part"
6+
}

data/presets/building_part.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"icon": "maki-building",
33
"fields": [
4+
"building/part",
45
"building/levels",
56
"height",
67
"building/material",

0 commit comments

Comments
 (0)