finish client brief step
This commit is contained in:
parent
e4f06ad854
commit
cdeebbf8c8
11 changed files with 162 additions and 234 deletions
|
|
@ -8,6 +8,10 @@ function getFileData($file) {
|
|||
'quality' => 80,
|
||||
'format' => 'webp'
|
||||
])->url(),
|
||||
'parent' => [
|
||||
"title" => (string) $file->parent()->title(),
|
||||
"uri" => $file->parent()->uri()
|
||||
],
|
||||
'uuid' => (string) $file->uuid(),
|
||||
'name' => $file->filename(),
|
||||
'label' => (string) $file->label(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue