You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*\+ Parameters → `$params->columns[i]['defaultValue']`: The new optional parameter. Provides the ability to set a custom value that will be used to check when deleting empty rows.
6
+
7
+
4
8
## Version 4.11 (2023-03-11)
5
9
*\* Richtext editor window:
6
10
* \+ Widget version has been added to included CSS and JS to prevent browser cache after updates.
*\+ Параметры → `$params->columns[i]['defaultValue']`: Новый необязательный параметр. Позволяет задать произвольное значение, которое будет использоваться для проверки при удалении пустых строк.
6
+
7
+
4
8
## Версия 4.11 (2023-03-11)
5
9
*\* Окно richtext-редактора:
6
10
* \+ К подключаемым CSS и JS добавлена версия видежта, чтобы избежать кэша браузера после обновлений.
For now it is used only to check when deleting empty rows.
108
+
* Valid values: `string`
109
+
* Default value: `''`
110
+
105
111
*`$params->minRowsNumber`
106
112
* Desctription: Minimum number of rows.
107
113
* Valid values: `integer`
@@ -179,7 +185,7 @@ Where:
179
185
Rows objects with empty column values will not be saved.
180
186
If all columns and all rows are empty, an empty string (`''`) will be saved instead of an empty JSON ojbect (`'{}'`).
181
187
182
-
It is strongly recommend to use [(MODX)EvolutionCMS.snippets.ddGetMultipleField](https://code.divandesign.biz/modx/ddgetmultiplefield) >= 3.5 for rendering TVs on site.
188
+
It is strongly recommend to use [(MODX)EvolutionCMS.snippets.ddGetMultipleField](https://code.divandesign.ru/modx/ddgetmultiplefield) >= 3.5 for rendering TVs on site.
"description": "Widget for plugin ManagerManager that allows you to add any number of fields values (TV) in one document (values are written in field as a JSON object). For example: a few images.",
0 commit comments