sadasd
All checks were successful
Deploy / deploy (push) Successful in 56s

This commit is contained in:
2026-08-19 20:04:01 +02:00
parent c2eaa5c186
commit c567d19deb
13 changed files with 177 additions and 38 deletions

View File

@@ -41,8 +41,29 @@ return [
['min' => 150, 'label' => 'Unterstützender Vater'],
['min' => 300, 'label' => 'Erfahrener Vater'],
['min' => 500, 'label' => 'Mentor-Vater'],
['min' => 750, 'label' => 'Community-Vater'],
['min' => 1000, 'label' => 'Säule der Väter-Community'],
['min' => 1500, 'label' => 'Vater der Gemeinschaft'],
[
'min' => 750,
'label' => 'Community-Vater',
'rights' => [
'can_manage_categories' => true,
'can_review_listings' => true,
],
],
[
'min' => 1000,
'label' => 'Säule der Väter-Community',
'rights' => [
'can_manage_categories' => true,
'can_review_listings' => true,
],
],
[
'min' => 1500,
'label' => 'Vater der Gemeinschaft',
'rights' => [
'can_manage_categories' => true,
'can_review_listings' => true,
],
],
],
];