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',
avatar: null,
gravatar: null,
avatar_rounded: false,
follow_link: 'http://github.com/ppoffice',
social_links: {
Github: {
@ -91,7 +92,7 @@ const ProfileSpec = {
avatar_rounded: {
[type]: 'boolean',
[doc]: 'Whether to show avatar image rounded or square',
[defaultValue]: true
[defaultValue]: false
},
gravatar: {
[type]: 'string',