PHP Classes

File: config/dashboard-plugins/MelisCmsPagesIndicatorsPlugin.config.php

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis CMS   config/dashboard-plugins/MelisCmsPagesIndicatorsPlugin.config.php   Download  
File: config/dashboard-plugins/MelisCmsPagesIndicatorsPlugin.config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Melis CMS
Content management system that provides its tools
Author: By
Last change:
Date: 1 year ago
Size: 3,349 bytes
 

Contents

Class file image Download
<?php
   
return array(
       
'plugins' => array(
           
'meliscore' => [
               
'interface' => [
                   
'melis_dashboardplugin' => [
                       
'conf' => [
                           
'dashboard_plugin' => true
                       
],
                       
'interface' => [
                           
'melisdashboardplugin_section' => [
                               
'interface' => [
                                   
'MelisCmsPagesIndicatorsPlugin' => [
                                       
'conf' => [
                                           
'type' => '/meliscms/interface/MelisCmsPagesIndicatorsPlugin'
                                       
]
                                    ]
                                ]
                            ]
                        ]
                    ]
                ],
            ],
           
'meliscms' => array(
               
'ressources' => array(
                   
'css' => array(
                    ),
                   
'js' => array(
                    )
                ),
               
'interface' => [
                   
'MelisCmsPagesIndicatorsPlugin' => array(
                       
'conf' => [
                           
'rightsDisplay' => 'none',
                           
'name' => 'MelisCmsPagesIndicatorsPlugin',
                           
'melisKey' => 'MelisCmsPagesIndicatorsPlugin'
                       
],
                       
'datas' => [
                           
'plugin_id' => 'PagesIndicators',
                           
'name' => 'tr_meliscms_dashboard_pages_indicators',
                           
'description' => 'tr_meliscms_dashboard_pages_indicators_description',
                           
'icon' => 'fa fa-sitemap',
                           
'thumbnail' => '/MelisCms/plugins/images/MelisCmsPagesIndicatorsPlugin.jpg',
                           
'jscallback' => '',
                           
'max_lines' => 8,
                           
'height' => 4,
                           
'width' => 6,
                           
'x-axis' => 0,
                           
'y-axis' => 0,
                           
/*
                             * if set this plugin will belong to a specific marketplace section,
                               * if not it will go directly to ( Others ) section
                               * - available section for dashboard plugins as of 2019-05-16
                               * - MelisCore
                               * - MelisCms
                               * - MelisMarketing
                               * - MelisSite
                               * - MelisCommerce
                               * - Others
                               * - CustomProjects
                             */
                           
'section' => 'MelisCms',
                        ],
                       
'forward' => array(
                           
'module' => 'MelisCms',
                           
'plugin' => 'MelisCmsPagesIndicatorsPlugin',
                           
'function' => 'pageIndicators',
                           
'jscallback' => '',
                           
'jsdatas' => array()
                        ),
                    ),
                ],
            ),
        ),
    );