i have a plugin where i set config defaults at the installation - die "defaultValue" Option in the config.xml won't work out of the box:
private function addDefaultConfiguration(): void
{
$this->setValue('hoverstyle', array('tile-border'));
}
How can i remove this at the unistall method?
Can't find any hint at the developer pages