Skip to content

Commit

Permalink
Make LinkedIn icon installable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Feb 2, 2015
1 parent 85d5e7c commit 183d6a7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions install.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"icons.facebook.enabled": true
},
"title": "Username",
"description": "As in facebook.com/<strong>username</strong>",
"type": "string"
}
}
Expand All @@ -87,6 +88,7 @@
"icons.twitter.enabled": true
},
"title": "Username",
"description": "As in twitter.com/<strong>username</strong>",
"type": "string"
}
}
Expand All @@ -106,6 +108,27 @@
"icons.github.enabled": true
},
"title": "Username",
"description": "As in github.com/<strong>username</strong>",
"type": "string"
}
}
},
"linkedin": {
"order": 3,
"title": "LinkedIn",
"type": "object",
"properties": {
"enabled": {
"title": "Show",
"type": "boolean",
"default": false
},
"username": {
"showIf": {
"icons.linkedin.enabled": true
},
"title": "Username",
"description": "As in linkedin.com/in/<strong>username</strong>",
"type": "string"
}
}
Expand Down

0 comments on commit 183d6a7

Please sign in to comment.