mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 03:34:33 +02:00
Remove site profiles: site-classic, site-default, site-beginner, site-languages, site-regular... leaving just site-blank. The other profiles have been moved to their own repos. Also some small updates to site-blank profile just so the template files are slightly more useful if someone doesn't install another.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php if(!defined("PROCESSWIRE_INSTALL")) die();
|
||||
<?php namespace ProcessWire;
|
||||
if(!defined("PROCESSWIRE_INSTALL")) die();
|
||||
$info = array(
|
||||
'title' => "Blank",
|
||||
'summary' => "This profile includes only the bare minimum pages, fields and templates, giving you essentially a blank slate. ",
|
||||
'screenshot' => ""
|
||||
);
|
||||
);
|
||||
|
Reference in New Issue
Block a user