Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Nov 2, 2021
1 parent 81081b1 commit f43a56e
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 21 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Release Notes

## Unreleased

### What's improved
- Add Pinterest as option to social media channels. #170 by @klickreflex

## 3.25.0 (2021-11-02)

### What's improved
Expand Down
5 changes: 5 additions & 0 deletions dev/CHANGELOG.md
@@ -1,5 +1,10 @@
# Release Notes

## Unreleased

### What's improved
- Add Pinterest as option to social media channels. #170 by @klickreflex

## 3.25.0 (2021-11-02)

### What's improved
Expand Down
60 changes: 39 additions & 21 deletions dev/resources/blueprints/globals/social_media.yaml
Expand Up @@ -12,6 +12,23 @@ sections:
handle: social_media
field:
sets:
email:
display: Email
fields:
-
handle: handle
field:
input_type: text
type: text
localizable: true
listable: hidden
display: Email
validate: required
-
handle: prefix
field:
type: hidden
default: 'mailto:'
facebook:
display: Facebook
fields:
Expand All @@ -30,8 +47,8 @@ sections:
field:
type: hidden
default: 'https://www.facebook.com/'
email:
display: Email
github:
display: GitHub
fields:
-
handle: handle
Expand All @@ -40,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 Expand Up @@ -83,8 +101,8 @@ sections:
field:
type: hidden
default: 'https://www.linkedin.com/'
twitter:
display: Twitter
Pinterest:
display: Pinterest
fields:
-
handle: handle
Expand All @@ -93,16 +111,16 @@ sections:
type: text
localizable: true
listable: hidden
prepend: 'https://www.twitter.com/'
display: Handle
prepend: 'https://www.pinterest.com/'
display: URL
validate: required
-
handle: prefix
field:
type: hidden
default: 'https://www.twitter.com/'
vimeo:
display: Vimeo
default: 'https://www.pinterest.com/'
twitter:
display: Twitter
fields:
-
handle: handle
Expand All @@ -111,16 +129,16 @@ sections:
type: text
localizable: true
listable: hidden
prepend: 'https://www.vimeo.com/'
prepend: 'https://www.twitter.com/'
display: Handle
validate: required
-
handle: prefix
field:
type: hidden
default: 'https://www.vimeo.com/'
youtube:
display: YouTube
default: 'https://www.twitter.com/'
vimeo:
display: Vimeo
fields:
-
handle: handle
Expand All @@ -129,16 +147,16 @@ sections:
type: text
localizable: true
listable: hidden
prepend: 'https://www.youtube.com/'
prepend: 'https://www.vimeo.com/'
display: Handle
validate: required
-
handle: prefix
field:
type: hidden
default: 'https://www.youtube.com/'
github:
display: GitHub
default: 'https://www.vimeo.com/'
youtube:
display: YouTube
fields:
-
handle: handle
Expand All @@ -147,14 +165,14 @@ sections:
type: text
localizable: true
listable: hidden
prepend: 'https://www.github.com/'
prepend: 'https://www.youtube.com/'
display: Handle
validate: required
-
handle: prefix
field:
type: hidden
default: 'https://www.github.com/'
default: 'https://www.youtube.com/'
type: replicator
listable: hidden
localizable: true
Expand Down
1 change: 1 addition & 0 deletions resources/svg/pinterest.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f43a56e

Please sign in to comment.