s3 config

This commit is contained in:
jon brookes 2026-01-24 11:18:01 +00:00
parent d9dca29bc9
commit 093c538752
19 changed files with 751 additions and 40 deletions

View file

@ -29,6 +29,8 @@ class EntryResource extends JsonResource
'call_to_action_link' => $this->call_to_action_link,
'created_at' => $this->created_at,
'updated_at' => $this->updated_at,
'priority' => $this->priority,
'type' => $this->type,
];
}
}