mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Updated twitter social profile default value (#12024)
no issue - Updates default twitter profile value from `tryghost` to the correct `ghost`
This commit is contained in:
parent
c8f8896661
commit
64da78bd6d
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"twitter": {
|
"twitter": {
|
||||||
"defaultValue": "tryghost",
|
"defaultValue": "ghost",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"navigation": {
|
"navigation": {
|
||||||
|
|
Loading…
Reference in a new issue