Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/fields/building.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
"container": "Container"
}
},
"icons": {
"public": "fas-institution",
"civic": "fas-institution"
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if that PR get accepted including that part we should list more icons here

see also ideditor/schema-builder#275 - referencing would be nice here

},
"terms": [
"structure"
]
Expand Down
2 changes: 1 addition & 1 deletion data/presets/building/civic.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "maki-building",
"icon": "fas-institution",
"fields": [
"{building}",
"smoking"
Expand Down
2 changes: 1 addition & 1 deletion data/presets/building/public.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "maki-building",
"icon": "fas-institution",
"fields": [
"{building}",
"smoking"
Expand Down