Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1047367
images_img.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, 11:31 PM
Size
1 KB
Mime Type
text/x-php
Expires
Tue, Jul 1, 11:31 PM (18 h, 15 m)
Engine
blob
Format
Raw Data
Handle
677202
Attached To
rINP In-Portal
images_img.php
View Options
<?php
defined
(
'FULL_PATH'
)
or
die
(
'restricted access!'
);
// section removal
$remove_sections
=
Array
(
// no separate tree section defined for this
);
// sections shown with debug on
$debug_only_sections
=
Array
(
// no separate tree section defined for this
);
// toolbar buttons (this are abstracts - all buttons defined in clone configs )
$remove_buttons
=
Array
(
);
// fields to hide
$hidden_fields
=
Array
(
/* 'ImageId', 'Name', 'Url', 'AltName', 'ImageIndex', 'LocalImage', 'LocalPath', 'Enabled', 'Priority', 'DefaultImg', 'ThumbUrl', 'LocalThumb', 'SameImages', */
);
// virtual fields to hide
$virtual_hidden_fields
=
Array
(
// 'Preview', 'ImageUrl',
);
// fields to make required
$required_fields
=
Array
(
/* 'ImageId', */
'Name'
,
'AltName'
,
/* 'Url', 'ImageIndex', 'LocalImage', 'LocalPath', 'Enabled', 'Priority', 'DefaultImg', 'ThumbUrl', 'LocalThumb', 'SameImages', */
);
// virtual fields to make required
$virtual_required_fields
=
Array
(
// 'Preview', 'ImageUrl',
);
// tabs during editing
$hide_edit_tabs
=
Array
(
// no tabs defined here
);
// hide columns in grids
$hide_columns
=
Array
(
// 'Default' => Array ('ImageId', 'Name', 'AltName', 'Url', 'Enabled', 'Preview'),
);
Event Timeline
Log In to Comment