Files
payload/packages/plugin-seo/defaults.ts
2021-11-17 17:55:25 -05:00

11 lines
145 B
TypeScript

export const defaults = {
title: {
minLength: 50,
maxLength: 60,
},
description: {
minLength: 100,
maxLength: 150,
},
};