add address & operator fields to industrial presets (#383)

This commit is contained in:
Kyℓe Hensel 2022-02-02 06:27:09 +13:00 committed by GitHub
parent c13b3b41d8
commit 9812a536c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View file

@ -5,6 +5,7 @@
"industrial"
],
"moreFields": [
"operator",
"address",
"email",
"fax",

View file

@ -4,7 +4,8 @@
"area"
],
"fields": [
"name"
"name",
"operator"
],
"moreFields": [
"address",