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

Commit 4e82559

Browse files
author
Predprod
committed
Add add_uf template to basic
1 parent 1d2b0d5 commit 4e82559

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/TemplatesCollection.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ public function __construct()
4141
public function registerBasicTemplates()
4242
{
4343
$templates = [
44-
[
45-
'name' => 'add_iblock',
46-
'path' => $this->dir.'/add_iblock.template',
47-
'description' => 'Add iblock',
48-
],
4944
[
5045
'name' => 'add_iblock',
5146
'path' => $this->dir.'/add_iblock.template',
@@ -67,6 +62,11 @@ public function registerBasicTemplates()
6762
'add_element_property',
6863
],
6964
],
65+
[
66+
'name' => 'add_uf',
67+
'path' => $this->dir.'/add_uf.template',
68+
'description' => 'Add user field (for sections, users e.t.c)',
69+
],
7070
[
7171
'name' => 'add_table',
7272
'path' => $this->dir.'/add_table.template',

0 commit comments

Comments
 (0)