build ckeditor from source
This commit is contained in:
parent
bfe7b0c1b4
commit
c1965c778d
@ -70,13 +70,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLayoutPath(?string $layout, string $template = null): string {
|
public function getLayoutPath(?string $layout, ?string $template = null): string {
|
||||||
$layout ??= "default";
|
$layout ??= "default";
|
||||||
$template ??= $this->template;
|
$template ??= $this->template;
|
||||||
return $this->getPath($template) . "/layouts/$layout.php";
|
return $this->getPath($template) . "/layouts/$layout.php";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setLayout(string $layout = null, string $template = null): void {
|
public function setLayout(?string $layout = null, ?string $template = null): void {
|
||||||
$layout ??= $this->layout;
|
$layout ??= $this->layout;
|
||||||
|
|
||||||
if ($template) {
|
if ($template) {
|
||||||
|
9
media/lib/ckeditor/ckeditor.js
vendored
9
media/lib/ckeditor/ckeditor.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user