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
10 changes: 10 additions & 0 deletions allplan-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,15 @@
"owner": "AnkeNiedermaier",
"repo": "eco-balance-public"
}
},
{
"uuid": "a6767ff0-a1e7-4e5e-8c07-45722dae763f",
"name": "US Toolbox",
"developer": "ALLPLAN",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

developer must correspond with the entry in plugin-developers.json

please change to

"developer": "allplan-usa",

"description": "US Toolbox",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can you go with something more descriptive? Still one-liner.

"github": {
"owner": "fholz-allplan",
"repo": "us-toolbox"
}
}
]
17 changes: 17 additions & 0 deletions plugin-developers.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,22 @@
"fra"
]
}
},
{
"id": "allplan-usa",
"name": "ALLPLAN Inc.",
"address": {
"street": "8333 Glynoaks Dr",
"city": "Lincoln",
"zip": "68516",
"country": "USA"
},
"homepage": "https://www.allplan.com/",
"support": {
"email": "support.us@allplan.com",
"languages": [
"eng"
]
}
}
]