diff --git a/src/TemplatesCollection.php b/src/TemplatesCollection.php index b9daf27..98b8fb1 100644 --- a/src/TemplatesCollection.php +++ b/src/TemplatesCollection.php @@ -41,11 +41,6 @@ public function __construct() public function registerBasicTemplates() { $templates = [ - [ - 'name' => 'add_iblock', - 'path' => $this->dir.'/add_iblock.template', - 'description' => 'Add iblock', - ], [ 'name' => 'add_iblock', 'path' => $this->dir.'/add_iblock.template', @@ -67,6 +62,11 @@ public function registerBasicTemplates() 'add_element_property', ], ], + [ + 'name' => 'add_uf', + 'path' => $this->dir.'/add_uf.template', + 'description' => 'Add user field (for sections, users e.t.c)', + ], [ 'name' => 'add_table', 'path' => $this->dir.'/add_table.template',