Spreadsheet-like table data.
type TableField = { cells: string[] }[];
type Table = TableField; // Result: { // cells: string[]; // }[]
StructuresField
The Structures field type used in Statamic.
TaggableField
The Taggable field type used in Statamic.
On this page
Contribute