0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Aileen Nowak 1bb9d4ff00 Set soft limits for blog title and description (#9250)
refs #8143

Add max length validations to settings:
- `blog.title`: 150 chars
- `blog.description`: 200 chars

The `validateSettings` fn in our validations checks for existing `validations` properties in our `default-settings.json` file, similar to other tables in our `schema.js`.
2017-11-16 13:58:22 +01:00
..
client@98661b06ed Updated Ghost-Admin to 1.17.2 2017-11-14 14:09:36 +01:00
server Set soft limits for blog title and description (#9250) 2017-11-16 13:58:22 +01:00
test Fixed moment warnings for listeners_spec 2017-11-14 14:07:07 +01:00
index.js