Blueprint options reference

The “REFERENCE: AVAILABLE FORM FIELDS” (http://learn.getgrav.org/forms/blueprints/reference-fields-available) in the documentation is fine. But where can I find information about the options blueprint fields can have (label, default, validate, etc) ?

Currently that’s something missing from the docs, and one thing we need to improve. You need to read how the fields are built from the source.

Here’s a pointer to the twig files that define the fields.

Fields added by the Form Plugin:

Fields onl available in Admin:

Validate is a bit a special case, lets Grav know how should it validate the field, the best way to see the options is to check other blueprints from https://github.com/getgrav/grav/tree/develop/system/blueprints for example.

thanks, that was helpful

Thanks, more information about blueprint options would be very useful. For example, what is the correct syntax for creating multi tabs in the admin? I only managed to add tabs by extending the default template.