Convert markdown into html + minor style adjustments

This commit is contained in:
2023-11-09 19:07:35 +01:00
parent 3ae8e0c406
commit cd793d6842
2 changed files with 36 additions and 4 deletions

View File

@@ -59,11 +59,15 @@ class NewsItem implements TrackCreationInterface, TrackUpdateInterface
/**
* @ORM\Column(type="date_immutable", nullable=false)
*
* @Groups({"read"})
*/
private ?\DateTimeImmutable $startDate = null;
/**
* @ORM\Column(type="date_immutable", nullable=true, options={"default": null})
*
* @Groups({"read"})
*/
private ?\DateTimeImmutable $endDate = null;