はじまりの大地

This commit is contained in:
miteruzo
2024-07-08 03:32:47 +09:00
commit c616a96f53
7749 changed files with 478270 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php
/**
* Default configuration settings for the material template
*/
$conf["dokuwikiSidebar"] = 0;
$conf["feedbackForm"] = 1;
$conf["technicalFeedbackForm"] = 1;
$conf["feedbackEmail"] = "address@domain.com";
$conf["feedbackSubjectLine"] = "Feedback for Website";
$conf["feedbackBody"] = "Thank you so much for taking the time to write feedback. We really appreciate it :) \n\n [your message] \n\n\n You can ignore all the technical information below. It only helps us track down what the problem might be.";
$conf["hiddenActions"] = "backlink,top";
$conf["protrudingDrawer"] = 1;
$conf["subtlePagename"] = 0;
+18
View File
@@ -0,0 +1,18 @@
<?php
/**
* Metadata for configuration options
*/
$meta['dokuwikiSidebar'] = array('onoff');
$meta['feedbackForm'] = array('onoff');
$meta['technicalFeedbackForm'] = array('onoff');
$meta['feedbackEmail'] = array('email');
$meta['feedbackSubjectLine'] = array('string');
$meta['feedbackBody'] = array('string');
$meta['hiddenActions'] = array('multicheckbox','_choices' => array('edit','revs','backlink','export_pdf','top'));
$meta['protrudingDrawer'] = array('onoff');
$meta['subtlePagename'] = array('onoff');