Page MenuHomeIn-Portal Phabricator

images_img.php
No OneTemporary

File Metadata

Created
Sun, Jun 29, 11:31 PM

images_img.php

<?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