logicDefs export

This commit is contained in:
Yurii
2026-01-28 12:07:49 +02:00
parent 2befaa41b6
commit 6094875ed0

View File

@@ -48,7 +48,7 @@ use ZipArchive;
class ExportCustom
{
private string $minVersion = '8.0.0';
private string $minVersion = '9.1.0';
/** @var string[] */
private array $metadataFolderList = [
@@ -59,6 +59,7 @@ class ExportCustom
'selectDefs',
'aclDefs',
'entityAcl',
'logicDefs',
'formula',
];