chapter hgroup + calming decor

This commit is contained in:
Julie Blanc 2026-04-07 18:09:15 +02:00
parent 0545b131de
commit 94d14d70c1
370 changed files with 9583 additions and 1566 deletions

View file

@ -81,7 +81,7 @@ class FieldOptions
public function render(ModelWithContent $model): array
{
return $this->resolve($model)->render($model);
return $this->resolve($model)->render($model, $this->safeMode);
}
public function resolve(ModelWithContent $model): Options