How to update config.ini file of modules without change code

From TomatoCMS Documentation

Jump to: navigation, search

TomatoCMS support config the config.ini files of modules in admin section, don't need to find the code files to change.
Structure of config.ini file location like this

TomatoCMS_Directory
|
|___app
    |
    |___modules
        |
        |___Name Of Module
            |
            |___config
                |
                |___routes
                    |
                    |___config.ini

To config these config.ini files in admin section, click Customize/Config, all of modules has config.ini file, are showed at here. Choose module which need to update config.ini file. Click on any group, you will see parameters belong to it, are showed.

File:Config.png

You can remove or add parameters but you can't change the name of parameters, however, you can change the value of each parameter was existed.
TomatoCMS use editlnPlace library of jquery, so you just click on box contain the value to modify, system will automatic save these values.

Personal tools