Skip to content

Commit 06475bf

Browse files
AGelzerfballiano
authored andcommitted
Fix exception on add reserved catalog product attribute (#2875)
* Fixed exception on add reserved catalog product attribute * Add @AGelzer as a contributor * Changed all contributors badge template to html
1 parent 5621eac commit 06475bf

File tree

3 files changed

+209
-195
lines changed

3 files changed

+209
-195
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"commit": true,
1111
"commitConvention": "none",
1212
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" loading=\"lazy\" width=\"<%= options.imageSize %>\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
13+
"badgeTemplate": "<a href=\"#contributors-\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg\" alt=\"All Contributors\"></a>",
1314
"contributors": [
1415
{
1516
"login": "sreichel",
@@ -1363,6 +1364,15 @@
13631364
"contributions": [
13641365
"code"
13651366
]
1367+
},
1368+
{
1369+
"login": "AGelzer",
1370+
"name": "Alexander Gelzer",
1371+
"avatar_url": "https://avatars.githubusercontent.com/u/34437931?v=4",
1372+
"profile": "https://github.com/AGelzer",
1373+
"contributions": [
1374+
"code"
1375+
]
13661376
}
13671377
],
13681378
"contributorsPerLine": 7

0 commit comments

Comments
 (0)