mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-04 05:05:58 +00:00
reading metadata in shared link v0.1
This commit is contained in:
@@ -52,4 +52,8 @@ return [
|
||||
'col_amount' => 'Amount',
|
||||
|
||||
'total' => 'Total',
|
||||
|
||||
// OG Page
|
||||
'user_sending' => '',
|
||||
'protected_file' => '',
|
||||
];
|
||||
@@ -23,6 +23,7 @@
|
||||
@if(! $metadata['is_protected'])
|
||||
|
||||
@if($metadata['thumbnail'])
|
||||
<meta property="og:type" content="image" />
|
||||
<meta property="og:image" content="{{ $metadata['thumbnail'] }}">
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user