Testing blog

26 July 2023

This is a test!

This is some bold text

This is a link

  • This is a list
  • of
  • items

{name: 'seoTitle', title: 'Meta Title', type: 'string', validation: Rule => Rule.max(60), group: 'seo'},
{name: 'seoDesc', title: 'Meta Description', type: 'text', rows: 3, validation: Rule => Rule.max(160), group: 'seo'},
{name: 'seoKeywords', title: 'Keywords', type: 'string', group: 'seo'},