Page MenuHomeIn-Portal Phabricator

thesaurus_thesaurus.php
No OneTemporary

File Metadata

Created
Mon, Jun 30, 12:21 PM

thesaurus_thesaurus.php

<?php
defined('FULL_PATH') or die('restricted access!');
// section removal
$remove_sections = Array (
'in-portal:thesaurus',
);
// sections shown with debug on
$debug_only_sections = Array (
'in-portal:thesaurus',
);
// toolbar buttons
$remove_buttons = Array (
// list of thesaurus terms;
// 'thesaurus_list' => Array ('new_item', 'edit', 'delete', 'export', 'view'),
// "General" tab during thesaurus term adding/editing
// 'thesaurus_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
);
// fields to hide
$hidden_fields = Array (
/*'ThesaurusId', 'SearchTerm', 'ThesaurusTerm', 'ThesaurusType'*/
);
// virtual fields to hide
$virtual_hidden_fields = Array (
);
// fields to make required
$required_fields = Array (
/*'ThesaurusId', */ 'SearchTerm', 'ThesaurusTerm', /*'ThesaurusType'*/
);
// 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 ('ThesaurusId', 'SearchTerm', 'ThesaurusTerm', 'ThesaurusType',),
);

Event Timeline