Start with the schema
configSchema() on your handler returns the schema the builder validates against
and renders from:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
FaPost is pre-1.0 and this documentation is still being written. Sections say where they are incomplete.
Schema-driven configuration and when an override is justified.
configSchema() on your handler returns the schema the builder validates against
and renders from:
/** @return array<string, mixed> */
public function configSchema(): array
{
return [
// fields the generic renderer will draw
];
}