mirror of
https://github.com/processwire/processwire.git
synced 2025-08-20 13:31:48 +02:00
Minor updates to site-blank profile, primarily to replace default rich-text editor with TinyMCE for new site-blank installs
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
/** @var Page $page */
|
||||
/** @var Pages $pages */
|
||||
/** @var Config $config */
|
||||
|
||||
$home = $pages->get('/'); // homepage
|
||||
|
||||
$home = $pages->get('/'); /** @var HomePage $home */
|
||||
|
||||
?><!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -52,4 +52,4 @@ $home = $pages->get('/'); // homepage
|
||||
<?php endif; ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Reference in New Issue
Block a user