Skip to content

Commit

Permalink
chore(widget): disable avatar rounding by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Feb 2, 2019
1 parent d80f3e4 commit 299145e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/specs/widgets.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 299145e

Please sign in to comment.