0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data
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
..
db Debug: MySQL logging hook 2017-10-04 10:05:35 +01:00
export 🐛 Fix ghost update with migrations (#8810) 2017-08-01 17:27:13 +04:00
importer Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
meta Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
migrations Custom post templates (#9073) 2017-10-10 13:36:35 +01:00
schema Set soft limits for blog title and description (#9250) 2017-11-16 13:58:22 +01:00
validation Added more database soft limits (#9225) 2017-11-09 15:22:20 +01:00
xml/sitemap Moved RSS module -> services & controllers 2017-11-08 08:09:44 +00:00
timezones.json