| 
<?php 
 return array(
 'forms_ordering' => array(
 
 
 // change the order of the MelisCore language form tool.
 /*     'meliscore_tool_language_generic_form' => array(
 'elements' => array(
 array(
 'spec' => array(
 'name' => 'lang_locale',
 'type' => 'MelisText',
 'options' => array(
 'label' => 'tr_meliscore_tool_language_lang_locale',
 ),
 'attributes' => array(
 'id' => 'id_lang_locale',
 'value' => '',
 ),
 ),
 ),
 array(
 'spec' => array(
 'name' => 'lang_name',
 'type' => 'MelisText',
 'options' => array(
 'label' => 'tr_meliscore_tool_language_lang_name',
 ),
 'attributes' => array(
 'id' => 'id_lang_name',
 'value' => '',
 ),
 ),
 ),
 ),
 ), */
 
 
 ),
 );
 |