Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1352053
thesaurus_thesaurus.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 22, 2:53 AM
Size
1 KB
Mime Type
text/x-php
Expires
Sat, Jan 24, 2:53 AM (1 h, 59 m)
Engine
blob
Format
Raw Data
Handle
870774
Attached To
rINP In-Portal
thesaurus_thesaurus.php
View Options
<?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
Log In to Comment