mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-06 08:16:46 +02:00
feat(plugins): add html field type + CodeEditor component + rework html head generation
update php and js packages to latest
This commit is contained in:
parent
b869acb3a9
commit
8cf9c6dc83
227 changed files with 2991 additions and 2988 deletions
|
|
@ -30,6 +30,7 @@ class SettingsController extends BaseController
|
|||
public function index(): string
|
||||
{
|
||||
helper('form');
|
||||
$this->setHtmlHead(lang('Settings.title'));
|
||||
return view('settings/general');
|
||||
}
|
||||
|
||||
|
|
@ -202,6 +203,7 @@ class SettingsController extends BaseController
|
|||
public function theme(): string
|
||||
{
|
||||
helper('form');
|
||||
$this->setHtmlHead(lang('Settings.theme.title'));
|
||||
return view('settings/theme');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue