For the complete documentation index, see llms.txt. This page is also available as Markdown.

Layouts

Layouts belong to a supported layoutable entity and split its content into ordered LayoutRows. Each row contains width-constrained LayoutColumns.

LayoutColumnLayoutElements attach polymorphic elements such as FormFields to one or more columns and store their column-specific order. Layouts, rows, and columns support Translations for their titles.

Last updated