This commit is contained in:
2023-10-13 07:12:23 +02:00
parent 5456377286
commit 6360ff0ea5
12 changed files with 387 additions and 0 deletions

9
conf/default.php Normal file
View File

@ -0,0 +1,9 @@
<?php
/**
* Options for the Blog Plugin
*/
$conf['formPosition'] = 'top'; // position of new entry form
$conf['iconSize'] = 100; // the icon size
$conf['adminGroup'] = 'admin'; // who can clear the cache
$conf['sampleDelai'] = 2*60*60; // delai to change sample
?>