From e2884aeb003c5bedd404710600f7022e97c2cf0c Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 1 Aug 2025 14:21:31 +0300 Subject: [PATCH] jsdocs --- client/src/views/fields/array.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/fields/array.js b/client/src/views/fields/array.js index aca106aff1..f680817be4 100644 --- a/client/src/views/fields/array.js +++ b/client/src/views/fields/array.js @@ -70,7 +70,7 @@ class ArrayFieldView extends BaseFieldView { * @property {boolean} [allowCustomOptions] Allow custom options. * @property {string} [pattern] A regular expression pattern. * @property {boolean} [keepItems] Disable the ability to add or remove items. Reordering is allowed. - * @property {number} [maxItemLength] Max item length. If not specified, 100 is used. + * @property {number} [maxItemLength] Max item length. If not specified, 100 is used. As of v9.1. * @property {boolean} [itemsEditable] Items are editable. As of v9.2. */