Basic Forms
Three ways to configure fields — array, object, or function.
Array Config
Ordered array of field definitions. Explicit control over every field.
Object Config
Keyed object — override only the fields you care about.
Function Config
Transform function — auto-generated fields passed in, return the final array.