[ /** * Text to be displayed */ 'text' => function ($value = null) { return I18n::translate($value, $value); }, ], 'computed' => [ 'text' => function () { if ($text = $this->text) { $text = $this->model()->toString($text); $text = $this->kirby()->kirbytext($text); return $text; } } ], 'save' => false, ];