Page MenuHomeIn-Portal Phabricator

stop_words_stop-word.php
No OneTemporary

File Metadata

Created
Sun, Jun 29, 9:53 PM

stop_words_stop-word.php

<?php
defined('FULL_PATH') or die('restricted access!');
// section removal
$remove_sections = Array (
'in-portal:stop_words',
);
// sections shown with debug on
$debug_only_sections = Array (
// 'in-portal:stop_words',
);
// toolbar buttons
$remove_buttons = Array (
// list of stop words; section: Stop Words
// 'stop_word_list' => Array ('new_item', 'edit', 'delete', 'view', 'dbl-click'),
// General" tab during adding/editing
// 'stop_word_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
);
// fields to hide
$hidden_fields = Array (
/*'StopWordId', 'StopWord'*/
);
// virtual fields to hide
$virtual_hidden_fields = Array (
);
// fields to make required
$required_fields = Array (
);
// 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 ('StopWordId', 'StopWord'),
);

Event Timeline