Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1047152
stop_words_stop-word.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
Sun, Jun 29, 9:53 PM
Size
989 B
Mime Type
text/x-php
Expires
Tue, Jul 1, 9:53 PM (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
677010
Attached To
rINP In-Portal
stop_words_stop-word.php
View Options
<?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
Log In to Comment