Upgrade to 3.2.5
This commit is contained in:
@@ -13,13 +13,10 @@ return [
|
||||
],
|
||||
'computed' => [
|
||||
'text' => function () {
|
||||
$text = $this->text;
|
||||
|
||||
if ($model = $this->model()) {
|
||||
if ($text = $this->text) {
|
||||
$text = $this->model()->toString($text);
|
||||
return kirbytext($text);
|
||||
}
|
||||
|
||||
return kirbytext($text);
|
||||
}
|
||||
],
|
||||
'save' => false,
|
||||
|
Reference in New Issue
Block a user