mirror of
https://github.com/processwire/processwire.git
synced 2025-08-21 14:02:59 +02:00
Initial commit to new repo (carried over from: https://github.com/ryancramerdesign/ProcessWire/tree/devns)
This commit is contained in:
6
site-blank/install/info.php
Normal file
6
site-blank/install/info.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php 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