PHP Classes

File: template/Code/framework-symfony-interface

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis Tool Creator   template/Code/framework-symfony-interface   Download  
File: template/Code/framework-symfony-interface
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melis Tool Creator
Module for the Melis CMS to create tools
Author: By
Last change:
Date: 1 year ago
Size: 1,331 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' => [ '/ModuleTpl/css/tool.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' => [], ] ] ];