feat(plugins): add html field type + CodeEditor component + rework html head generation

update php and js packages to latest
This commit is contained in:
Yassine Doghri 2024-12-17 15:06:08 +00:00
commit 8cf9c6dc83
227 changed files with 2991 additions and 2988 deletions

View file

@ -55,10 +55,10 @@ class PlatformController extends BaseController
'platforms' => (new PlatformModel())->getPlatformsWithData($this->podcast->id, $platformType),
];
$this->setHtmlHead(lang("Platforms.title.{$platformType}"));
replace_breadcrumb_params([
0 => $this->podcast->at_handle,
]);
return view('podcast/platforms', $data);
}