Upgrade to 3.6.1
This commit is contained in:
@@ -231,7 +231,7 @@ class Page extends Model
|
||||
*/
|
||||
public function pickerData(array $params = []): array
|
||||
{
|
||||
$params['text'] = $params['text'] ?? '{{ page.title }}';
|
||||
$params['text'] ??= '{{ page.title }}';
|
||||
|
||||
return array_merge(parent::pickerData($params), [
|
||||
'dragText' => $this->dragText(),
|
||||
|
||||
Reference in New Issue
Block a user