chore(widget): disable avatar rounding by default

This commit is contained in:
ppoffice 2019-02-02 12:32:44 -05:00
parent d80f3e4f27
commit 299145e61c
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ const DEFAULT_WIDGETS = [
location: 'Your location', location: 'Your location',
avatar: null, avatar: null,
gravatar: null, gravatar: null,
avatar_rounded: false,
follow_link: 'http://github.com/ppoffice', follow_link: 'http://github.com/ppoffice',
social_links: { social_links: {
Github: { Github: {
@ -91,7 +92,7 @@ const ProfileSpec = {
avatar_rounded: { avatar_rounded: {
[type]: 'boolean', [type]: 'boolean',
[doc]: 'Whether to show avatar image rounded or square', [doc]: 'Whether to show avatar image rounded or square',
[defaultValue]: true [defaultValue]: false
}, },
gravatar: { gravatar: {
[type]: 'string', [type]: 'string',