PHP Classes

File: template/Config/app.interface.php

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis Tool Creator   template/Config/app.interface.php   Download  
File: template/Config/app.interface.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,268 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' => [
       
'moduletpl' => [
           
'conf' => [
               
'id' => '',
               
'name' => 'tr_moduletpl_tool_name',
               
'rightsDisplay' => 'none',
            ],
           
'ressources' => [
               
'js' => [
                   
'/ModuleTpl/js/tool.js'
               
],
               
'css' => [],
               
/**
                 * the "build" configuration compiles all assets into one file to make
                 * lesser requests
                 */
               
'build' => [
                   
// configuration to override "use_build_assets" configuration, if you want to use the normal assets for this module.
                   
'disable_bundle' => true,
                   
// lists of assets that will be loaded in the layout
                   
'css' => [
                       
'/ModuleTpl/build/css/bundle.css',
                    ],
                   
'js' => [
                       
'/ModuleTpl/build/js/bundle.js',
                    ]
                ]
            ],
           
'datas' => [],
        ]
    ]
];