Upgrade to 3.2.0
This commit is contained in:
@@ -6,9 +6,17 @@ return function (array $props) {
|
||||
'headline' => $props['headline'] ?? t('files'),
|
||||
'type' => 'files',
|
||||
'layout' => $props['layout'] ?? 'cards',
|
||||
'template' => $props['template'] ?? null,
|
||||
'info' => '{{ file.dimensions }}'
|
||||
]
|
||||
];
|
||||
|
||||
// remove global options
|
||||
unset(
|
||||
$props['headline'],
|
||||
$props['layout'],
|
||||
$props['template']
|
||||
);
|
||||
|
||||
return $props;
|
||||
};
|
||||
|
Reference in New Issue
Block a user