Theme Info

Inside the Kajabi settings schema we have the option to include theme info. This is info is meant to tell the user what version they are on and who supports the theme when issues come up.

The format is as follows:

{
    "name": "theme_info",
    "theme_name": "Cornerstone",
    "theme_version": "1.1.1",
    "theme_author": "Kajabi",
    "theme_documentation_url": "https://developers.mykajabi.com/blog?tag=cornerstone+page",
    "theme_support_url": "https://github.com/Kajabi/theme-cornerstone-page/issues"
}

This must come first in the settings schema and must include all of the info above and nothing else. Theme_info is a requirement for all themes as of Jun 4th 2019.

Last updated