addColumnText('key', 'Key'); $grid->addColumnText('type', 'Type'); $grid->addColumnText('value', 'Value'); $grid->addColumnText('options', 'Options'); } protected function allowEdit(): ?EditParams { return new EditParams($this->aclResource, 'edit!'); } protected function allowDelete(): ?DeleteParams { return null; } protected function getQueryObjectFactoryClass(): string { return ConfigurationQueryFactory::class; } }