+ [bug#33201,start,0.1h,0.9h] add max feature item config.

This commit is contained in:
qixinzhi
2024-06-12 07:16:23 +00:00
parent 9d6a4416cf
commit 93f2d1bd2a
+2
View File
@@ -3,6 +3,8 @@ $config->pivot = new stdclass();
$config->pivot->widthInput = 128;
$config->pivot->widthDate = 248;
$config->pivot->maxFeatureItem = 5;
$config->pivot->fileType = array('xlsx' => 'xlsx', 'xls' => 'xls', 'html' => 'html', 'mht' => 'mht');
$config->pivot->create = new stdclass();