feat: fetch additional content from cms via api

This commit is contained in:
Björn Fromme
2025-11-20 15:42:41 +01:00
parent 33c3dc6022
commit 26681e5c62
18 changed files with 107 additions and 124 deletions
+3
View File
@@ -26,6 +26,9 @@ class Travel
#[Groups(['api:list', 'api:single'])]
public ?string $code = null;
#[Groups(['api:list', 'api:single'])]
public ?string $productCode = null;
#[Groups(['api:list', 'api:single'])]
public ?string $label = null;