|
@@ -42,6 +42,7 @@ class ContainerDetailResource extends JsonResource
|
|
"email_subject" => $this->email_subject,
|
|
"email_subject" => $this->email_subject,
|
|
"doc_stage" => $this->doc_stage,
|
|
"doc_stage" => $this->doc_stage,
|
|
"doc_type" => $this->doc_type,
|
|
"doc_type" => $this->doc_type,
|
|
|
|
+ "custom_fields" => $this->custom_fields ? json_decode($this->custom_fields) : [],
|
|
"description" => $content?->description ? (new \App\Services\File\ImageUrlService)->getImageUrl($content?->description) : "",
|
|
"description" => $content?->description ? (new \App\Services\File\ImageUrlService)->getImageUrl($content?->description) : "",
|
|
"acl" => $this->acl,
|
|
"acl" => $this->acl,
|
|
"whitelist" =>$whitelist,
|
|
"whitelist" =>$whitelist,
|