Skip to content

Commit e5e4ed7

Browse files
author
Dekhand Alexandr
committed
Scope placement
1 parent 06087cb commit e5e4ed7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/presets/scope.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace Bitrix24\Presets;
1112

1213
/**
@@ -94,4 +95,9 @@ class Scope
9495
* @var string work with lists
9596
*/
9697
const LISTS = 'lists';
98+
99+
/**
100+
* @var string work with placement
101+
*/
102+
const PLACEMENT = 'placement';
97103
}

0 commit comments

Comments
 (0)