parent
d80f3e4f27
commit
299145e61c
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue