Skip to content

Commit

Permalink
Sort social media alphabetically. Really.
Browse files Browse the repository at this point in the history
  • Loading branch information
klickreflex committed Nov 2, 2021
1 parent b5f9865 commit 49ba16e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions resources/blueprints/globals/social_media.yaml
Expand Up @@ -12,8 +12,8 @@ sections:
handle: social_media
field:
sets:
facebook:
display: Facebook
email:
display: Email
fields:
-
handle: handle
Expand All @@ -22,16 +22,15 @@ sections:
type: text
localizable: true
listable: hidden
prepend: 'https://www.facebook.com/'
display: Handle
display: Email
validate: required
-
handle: prefix
field:
type: hidden
default: 'https://www.facebook.com/'
github:
display: GitHub
default: 'mailto:'
facebook:
display: Facebook
fields:
-
handle: handle
Expand All @@ -40,16 +39,16 @@ sections:
type: text
localizable: true
listable: hidden
prepend: 'https://www.github.com/'
prepend: 'https://www.facebook.com/'
display: Handle
validate: required
-
handle: prefix
field:
type: hidden
default: 'https://www.github.com/'
email:
display: Email
default: 'https://www.facebook.com/'
github:
display: GitHub
fields:
-
handle: handle
Expand All @@ -58,13 +57,14 @@ sections:
type: text
localizable: true
listable: hidden
display: Email
prepend: 'https://www.github.com/'
display: Handle
validate: required
-
handle: prefix
field:
type: hidden
default: 'mailto:'
default: 'https://www.github.com/'
instagram:
display: Instagram
fields:
Expand Down

0 comments on commit 49ba16e

Please sign in to comment.