Skip to content

Instantly share code, notes, and snippets.

@kushyapp
Created December 7, 2017 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kushyapp/1b0ff056a8f1e6f630740c83424f8219 to your computer and use it in GitHub Desktop.
Save kushyapp/1b0ff056a8f1e6f630740c83424f8219 to your computer and use it in GitHub Desktop.
Add extra fields to Kirby users
fields:
twitter:
label: Twitter
type: text
placeholder: @username
icon: twitter
width: 1/2
instagram:
label: Instagram
type: text
placeholder: Instagram username
icon: instagram
width: 1/2
linkedin:
label: Linkedin
type: text
placeholder: Linkedin username
icon: linkedin
width: 1/2
tumblr:
label: Tumblr
type: text
placeholder: Tumblr username
icon: tumblr
width: 1/2
github:
label: Github
type: text
placeholder: Github username
icon: github
width: 1/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment