Skip to content

Commit

Permalink
Work in progress of placeholders for social profiles
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Apr 22, 2020
1 parent 740c74e commit 2b213c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions src/components/Properties/PropertyText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
:class="{'property__value--with-ext': haveExtHandler}"
type="text"
class="property__value"
:placeholder="type"
@input="updateValue">

<!-- external link -->
Expand Down
28 changes: 14 additions & 14 deletions src/models/rfcProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,20 +220,20 @@ const properties = {
type: ['facebook'],
},
options: [
{ id: 'FACEBOOK', name: 'Facebook' },
{ id: 'GITHUB', name: 'GitHub' },
{ id: 'GOOGLEPLUS', name: 'Google+' },
{ id: 'INSTAGRAM', name: 'Instagram' },
{ id: 'LINKEDIN', name: 'LinkedIn' },
{ id: 'PINTEREST', name: 'Pinterest' },
{ id: 'QZONE', name: 'QZone' },
{ id: 'TUMBLR', name: 'Tumblr' },
{ id: 'TWITTER', name: 'Twitter' },
{ id: 'WECHAT', name: 'WeChat' },
{ id: 'YOUTUBE', name: 'YouTube' },
{ id: 'MASTODON', name: 'Mastodon' },
{ id: 'DIASPORA', name: 'Diaspora' },
{ id: 'OTHER', name: 'other Social Media' },
{ id: 'FACEBOOK', name: 'Facebook', placeholder: 'https://facebook.com/…' },
{ id: 'GITHUB', name: 'GitHub', placeholder: 'https://github.com/…' },
{ id: 'GOOGLEPLUS', name: 'Google+', placeholder: 'https://plus.google.com/…' },
{ id: 'INSTAGRAM', name: 'Instagram', placeholder: 'https://instagram.com/…' },
{ id: 'LINKEDIN', name: 'LinkedIn', placeholder: 'https://linkedin.com/…' },
{ id: 'PINTEREST', name: 'Pinterest', placeholder: 'https://pinterest.com/…' },
{ id: 'QZONE', name: 'QZone', placeholder: 'https://qzone.com/…' },
{ id: 'TUMBLR', name: 'Tumblr', placeholder: 'https://tumblr.com/…' },
{ id: 'TWITTER', name: 'Twitter', placeholder: 'https://twitter.com/…' },
{ id: 'WECHAT', name: 'WeChat', placeholder: 'https://wechat.com/…' },
{ id: 'YOUTUBE', name: 'YouTube', placeholder: 'https://youtube.com/…' },
{ id: 'MASTODON', name: 'Mastodon', placeholder: 'https://mastodon.social/…' },
{ id: 'DIASPORA', name: 'Diaspora', placeholder: 'https://joindiaspora.com/…' },
{ id: 'OTHER', name: 'Other social media', placeholder: 'https://example.com/…' },
],
},
relationship: {
Expand Down

0 comments on commit 2b213c6

Please sign in to comment.