porter.json

porter.json is located in porter/config/porter.json in your theme folder. Think of it as a home for all the theme settings that used to be dumped in your functions.php file.

The minimum content is below:

{
    "version" : "1.0.0"
}

Settings

Custom theme settings are contained in the settings object.

{
    "version" : "1.0.0",
    "settings" : {}
}

Last updated