Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Add add_uf template to basic
Browse files Browse the repository at this point in the history
  • Loading branch information
Predprod committed Dec 8, 2017
1 parent 1d2b0d5 commit 4e82559
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/TemplatesCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 4e82559

Please sign in to comment.