update listing, handle fields with or without callbacks or callbacks only
This commit is contained in:
@@ -27,7 +27,7 @@ class Text
|
||||
public static function boolean(array $attributes): array
|
||||
{
|
||||
return [
|
||||
'type' => 'boolean',
|
||||
'macro' => 'boolean',
|
||||
'data' => (bool)$attributes['data']
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user