Answer the question
In order to leave comments, you need to log in
How to add a gadget to Bitrix 14?
How do I add my own gadgets to the desktop in the control panel?
An attempt to do it according to the manuals was unsuccessful, the created gadget is not displayed in the list.
Judging by the Bitrix forum, I'm not the only one with such a problem
dev.1c-bitrix.ru/community/forums/forum23/topic25522
Answer the question
In order to leave comments, you need to log in
Try to use similar .description.php
$arDescription = array(
'NAME' => GetMessage('GD_NAME'),
'DESCRIPTION' => GetMessage('GD_NAME'),
'ICON' => '',
'GROUP' => array('ID' => 'personal'),
'SU_ONLY' => false,
'SG_ONLY' => false,
'BLOG_ONLY' => false,
'AI_ONLY' => true,
);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question