Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Set soft limits for blog title and description
refs TryGhost#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`.
- Loading branch information