• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/component/userprofile/profilepost.php
  • Класс: BitrixIntranetComponentUserProfileProfilePost
  • Вызов: ProfilePost::getProfileBlogPostPropertyList
private function getProfileBlogPostPropertyList()
{
	$result = [
//			'UF_BLOG_POST_URL_PRV'
	];

	if (ModuleManager::isModuleInstalled('disk'))
	{
		$result[] = 'UF_BLOG_POST_FILE';
	}

	return $result;
}