> Block attributes configuration */ public static function getAttributes(): array { return [ 'formId' => [ 'type' => 'string', 'default' => '', ], 'showTitle' => [ 'type' => 'boolean', 'default' => true, ], 'showDescription' => [ 'type' => 'boolean', 'default' => true, ], 'customCssClass' => [ 'type' => 'string', 'default' => '', ], 'className' => [ 'type' => 'string', 'default' => '', ], ]; } }