Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1047561
spelling_dictionary_spelling-dictionary.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
Mon, Jun 30, 2:12 AM
Size
1 KB
Mime Type
text/x-php
Expires
Wed, Jul 2, 2:12 AM (5 h, 28 m)
Engine
blob
Format
Raw Data
Handle
677367
Attached To
rINP In-Portal
spelling_dictionary_spelling-dictionary.php
View Options
<?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
Log In to Comment