diff --git a/core/server/data/schema/default-settings.json b/core/server/data/schema/default-settings.json index 1823afb0605a..e04b3d6027d0 100644 --- a/core/server/data/schema/default-settings.json +++ b/core/server/data/schema/default-settings.json @@ -15,10 +15,20 @@ }, "blog": { "title": { - "defaultValue": "Ghost" + "defaultValue": "Ghost", + "validations": { + "isLength": { + "max": 150 + } + } }, "description": { - "defaultValue": "The professional publishing platform" + "defaultValue": "The professional publishing platform", + "validations": { + "isLength": { + "max": 200 + } + } }, "logo": { "defaultValue": "https://casper.ghost.org/v1.0.0/images/ghost-logo.svg"