Blueprint cheat sheet
Max character count
You can use this to limit the number of characters in a textarea field.
description:
type: textarea
label: Cycle Description
size: medium
buttons: true
validate:
maxlength: 280
Displaying thumbnail images in Panel
You have to add page.cover.toFile
to the blueprint for this to work.
pages:
label: All articles
type: pages
template: article
image:
query: page.cover.toFile
cover: true