Resolved gh-341 that adds the feature to expand the custom field option far beyond the default. Moved the menu prefix option in to the Joomla component area -> tab -> Settings to allow each component to override the global setting.
This commit is contained in:
@ -15,7 +15,7 @@ defined('_JEXEC') or die('Restricted access');
|
||||
$form = $displayData->getForm();
|
||||
|
||||
$fields = $displayData->get('fields') ?: array(
|
||||
'spacer_hr_six',
|
||||
'spacer_hr_seven',
|
||||
'note_on_contributors',
|
||||
'addcontributors',
|
||||
'emptycontributors',
|
||||
|
@ -17,9 +17,12 @@ $form = $displayData->getForm();
|
||||
$fields = $displayData->get('fields') ?: array(
|
||||
'note_component_files_folders',
|
||||
'spacer_hr_four',
|
||||
'add_menu_prefix',
|
||||
'menu_prefix',
|
||||
'spacer_hr_five',
|
||||
'to_ignore_note',
|
||||
'toignore',
|
||||
'spacer_hr_five',
|
||||
'spacer_hr_six',
|
||||
'jcb_export_package_note',
|
||||
'export_key',
|
||||
'joomla_source_link',
|
||||
|
Reference in New Issue
Block a user