1
0
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:
Ryan Cramer
2023-04-20 11:01:51 -04:00
parent e307eab3f3
commit 440f649e39
3 changed files with 6 additions and 7 deletions

View File

@@ -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>