peppermint.json Configuration Guide

This page contains a comprehensive guide to all the settings present in peppermint.json. If anything's missing or unclear, please open an issue!

Current Pepperminty Wiki Version:

Note that settings added after the last stable release may not be shown on the version on starbeamrainbowlabs.com until the next release.

Type Legend

Type Meaning
text A string of text, which may or may or may not allow HTML. Consult individual descriptions for more specific information.
textarea A longer string of text that may or may not allow HTML.
array An array of strings.
url A url to a remote resource.
checkbox A boolean value - i.e. either true or false.
email An email address.
number A numerical value that may or may not be floating-point.
usertable An object that contains the users' usernames and passwords.
nav A complex array of items that should appear as a navigation bar. Consult the description for nav_links for more information.
map An object that maps a set of values onto another set of values.

Configuration Guide

We have configurable settings so far!

$config_info) { echo(""); echo(""); echo(""); echo(""); echo(""); echo(""); echo("\n"); } ?>
🔗 Key Type Description Default Value
🔗".htmlentities($config_key)."".htmlentities($config_info->type)."$config_info->description
" . json_encode($config_info->default, true) . "