• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/rest/entity/property.php
  • Класс: BitrixSaleRestEntityProperty
  • Вызов: Property::getFieldsSettingsByFileType
protected function getFieldsSettingsByFileType()
{
	return [
		'MAXSIZE'=>[
			'TYPE'=>self::TYPE_INT,
		],
		'ACCEPT'=>[
			'TYPE'=>self::TYPE_STRING,
		]
	];
}