PHP Classes

File: template/Config/app.toolstree.php

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis Tool Creator   template/Config/app.toolstree.php   Download  
File: template/Config/app.toolstree.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Melis Tool Creator
Module for the Melis CMS to create tools
Author: By
Last change:
Date: 1 year ago
Size: 1,125 bytes
 

Contents

Class file image Download
<?php

/**
 * Melis Technology (http://www.melistechnology.com]
 *
 * @copyright Copyright (c] 2015 Melis Technology (http://www.melistechnology.com]
 *
 */

return [
   
'plugins' => [
       
'meliscore' => [
           
'interface' => [
               
'meliscore_leftmenu' => [
                   
'interface' => [
                       
'meliscustom_toolstree_section' => [
                           
'interface' => [
                               
'moduletpl_conf' => [
                                   
'conf' => [
                                       
'id' => 'id_moduletpl_leftmenu',
                                       
'melisKey' => 'moduletpl_leftmenu',
                                       
'name' => 'tr_moduletpl_title',
                                       
'icon' => 'fa fa-puzzle-piece',
                                    ],
                                   
'interface' => [
#TCTOOLSTREE
                                   
]
                                ]
                            ]
                        ]
                    ]
                ]
            ]
        ]
    ]
];