Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1248248
custom
No One
Temporary
Actions
View 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
Fri, Nov 21, 8:43 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Sun, Nov 23, 8:43 PM (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
804697
Attached To
rMCUS Modules.Custom
custom
View Options
Index: branches/RC/custom/units/site_configs/phrases_phrases.php
===================================================================
--- branches/RC/custom/units/site_configs/phrases_phrases.php (revision 11976)
+++ branches/RC/custom/units/site_configs/phrases_phrases.php (revision 11977)
@@ -1,34 +1,34 @@
<?php
// remove section
- $debug_only_sections = Array (
+ $remove_sections = Array (
// 'in-portal:phrases',
);
// section in debug mode
$debug_only_sections = Array (
'in-portal:phrases',
);
// toolbar buttons
$remove_buttons = Array (
// edit phrase via regional
// 'phrase_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
// single phrase list
// 'phrases_list_st' => ('new_item', 'edit', 'delete', 'view', 'dbl-click'),
// edit phrase
// 'phrase_edit_single' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
);
// hide columns in grids
$hide_columns = Array (
// default grid
// 'Default' => Array ('Phrase', 'Translation', 'PrimaryTranslation', 'PhraseType', 'LastChanged', 'Module'),
// single list of phrases
// 'Phrases' => Array ('PhraseId', 'Phrase', 'Translation', 'PackName', 'PhraseType', 'LastChanged', 'Module'),
);
Event Timeline
Log In to Comment