- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/product/catalog.php
- Класс: Bitrix\Crm\Product\Catalog
- Вызов: Catalog::getDefaultSettings
static function getDefaultSettings(): array
{
return [
'ACTIVE' => 'Y',
'IBLOCK_TYPE_ID' => static::getTypeId(),
'INDEX_SECTION' => 'N',
'INDEX_ELEMENT' => 'N',
'WORKFLOW' => 'N',
'BIZPROC' => 'N',
'VERSION' => Iblock\IblockTable::PROPERTY_STORAGE_COMMON,
'RIGHTS_MODE' => Iblock\IblockTable::RIGHTS_SIMPLE,
'GROUP_ID' => static::getDefaultRights(),
'LIST_MODE' => Iblock\IblockTable::LIST_MODE_COMBINED
];
}