Skip to content

Commit

Permalink
Fix exception on add reserved catalog product attribute (#2875)
Browse files Browse the repository at this point in the history
* Fixed exception on add reserved catalog product attribute

* Add @AGelzer as a contributor

* Changed all contributors badge template to html
  • Loading branch information
AGelzer authored Jan 2, 2023
1 parent f77002d commit 2a34bcf
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 195 deletions.
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"commit": true,
"commitConvention": "none",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" loading=\"lazy\" width=\"<%= options.imageSize %>\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"badgeTemplate": "<a href=\"#contributors-\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg\" alt=\"All Contributors\"></a>",
"contributors": [
{
"login": "sreichel",
Expand Down Expand Up @@ -1363,6 +1364,15 @@
"contributions": [
"code"
]
},
{
"login": "AGelzer",
"name": "Alexander Gelzer",
"avatar_url": "https://avatars.githubusercontent.com/u/34437931?v=4",
"profile": "https://github.com/AGelzer",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
Expand Down
Loading

0 comments on commit 2a34bcf

Please sign in to comment.