はじまりの大地
This commit is contained in:
@@ -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;
|
||||
@@ -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');
|
||||
Reference in New Issue
Block a user