Theme

Configuration

Introduction

All of the configuration/Information of Vaahcms's Themes are stored in the config.php file, which can be found in the ../<project-name>VaahCms/Themes/<theme-name>/Config/ directory.

<?php

return [
    "name"=> "BlogTheme",
    "title"=> "Theme for Blog",
    "slug"=> "blogtheme",
    "thumbnail"=> "https://img.site/p/300/160",
    "excerpt"=> "Blog",
    "description"=> "Blog",
    "download_link"=> "",
    "author_name"=> "blogtheme",
    "author_website"=> "https://vaah.dev",
    "version"=> "v0.0.1",
    "is_migratable"=> true,
    "is_sample_data_available"=> true,
    "db_table_prefix"=> "vh_blogtheme_",
    "providers"=> [
        "\\VaahCms\\Themes\\BlogTheme\\Providers\\BlogThemeServiceProvider"
    ],
    "aside-menu-order"=> null
];

Copyright © 2024