add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
$conf['toolbar_inserted_markup'] = '<nspages -h1 -subns -exclude:start>';
$conf['default_picture'] = '';
$conf['cache'] = 1;
$conf['custom_title_allow_list_metadata'] = 'title, user, date.created';
$conf['global_exclude'] = '_template,__template,c_template,i_template';

View File

@@ -0,0 +1,7 @@
<?php
$meta['toolbar_inserted_markup'] = array('string');
$meta['default_picture'] = array('string');
$meta["cache"] = array("onoff");
$meta["custom_title_allow_list_metadata"] = array("string");
$meta['global_exclude'] = array('string');