Page MenuHomeIn-Portal Phabricator

spelling_dictionary_spelling-dictionary.php
No OneTemporary

File Metadata

Created
Mon, Jun 30, 2:12 AM

spelling_dictionary_spelling-dictionary.php

<?php
defined('FULL_PATH') or die('restricted access!');
// section removal
$remove_sections = Array (
'in-portal:spelling_dictionary',
);
// section in debug mode
$debug_only_sections = Array (
// 'in-portal:spelling_dictionary',
);
// toolbar buttons
$remove_buttons = Array (
// list of stop words; section: Stop Words
// 'spelling_dictionary_list' => Array ('new_spelling_dictionary', 'edit', 'delete', 'export', 'view', 'dbl-click'),
// General tab during adding/editing
// 'spelling_dictionary_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
);
// fields to hide
$hidden_fields = Array (
/*'SpellingDictionaryId', 'MisspelledWord', 'SuggestedCorrection'*/
);
// virtual fields to hide
$virtual_hidden_fields = Array (
);
// fields to make required
$required_fields = Array (
/*'SpellingDictionaryId',*/ 'MisspelledWord', 'SuggestedCorrection',
);
// virtual fields to make required
$virtual_required_fields = Array (
);
// tabs during editing
$hide_edit_tabs = Array (
);
// hide columns in grids
$hide_columns = Array (
// 'Default' => Array ('SpellingDictionaryId', 'MisspelledWord', 'SuggestedCorrection'),
);

Event Timeline