File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ These are the keys you can specify:
2626| ` contributorsSortAlphabetically ` | ` true ` : Sort alphabetically. ` false ` : Display in order of addition. | Default: ` false ` |
2727| ` badgeTemplate ` | Define your own lodash template to generate the badge. | |
2828| ` contributorTemplate ` | Define your own lodash template to generate the contributor. | |
29+ | ` wrapperTemplate ` | Define your own lodash template to wrap the list of contributors | |
2930| ` types ` | Specify custom symbols or link templates for contribution types. Can override the documented types. | |
3031| ` linkToUsage ` | Adds a footer with link to usage (either ` true ` or ` false ` ) | Default: ` true ` |
3132| ` skipCi ` | Makes the CI ignore the commit. (either ` true ` or ` false ` ) | Default: ` true ` |
@@ -44,6 +45,7 @@ These are the keys you can specify:
4445 "contributorsSortAlphabetically" : false ,
4546 "badgeTemplate" : " [](#contributors)" ,
4647 "contributorTemplate" : " <a href=\" <%= contributor.profile %>\" ><img src=\" <%= contributor.avatar_url %>\" width=\" <%= options.imageSize %>px;\" alt=\"\" /><br /><sub><b><%= contributor.name %></b></sub></a>" ,
48+ "wrapperTemplate" : " \n <table>\n <tbody><%= bodyContent %> </tbody>\n <%= tableFooterContent %></table>\n\n " ,
4749 "types" : {
4850 "custom" : {
4951 "symbol" : " 🔭" ,
You can’t perform that action at this time.
0 commit comments