From 53fb3f863b210f7581808fa0eab0d9023090ad8c Mon Sep 17 00:00:00 2001 From: thedemoncat Date: Fri, 7 May 2021 19:40:42 +0600 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D0=BE=D0=BB=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catalog.go | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog.go b/catalog.go index ea14a482..103f332d 100644 --- a/catalog.go +++ b/catalog.go @@ -10,6 +10,7 @@ type Catalog struct { FullTextSearchOnInputByString string `xml:"fullTextSearchOnInputByString"` StandardAttributes []StandardAttribute `xml:"standardAttributes"` CreateOnInput string `xml:"createOnInput"` + Help Help `xml:"help"` DataLockControlMode string `xml:"dataLockControlMode"` FullTextSearch string `xml:"fullTextSearch"` ObjectPresentation ObjectKeyValueType `xml:"objectPresentation"`