@@ -6,7 +6,7 @@ A widget for ManagerManager that makes selection of documents IDs easier.
66## Requires
77
88* PHP >= 5.4
9- * [ (MODX)EvolutionCMS.plugins.ManagerManager] ( https://code.divandesign.biz /modx/managermanager ) >= 0.7
9+ * [ (MODX)EvolutionCMS.plugins.ManagerManager] ( https://code.divandesign.ru /modx/managermanager ) >= 0.7
1010
1111
1212## Installation
@@ -15,8 +15,8 @@ To install you must unzip the archive to `/assets/plungins/managermanager/widget
1515
1616
1717You may also read this documentation:
18- * [ (MODX)EvolutionCMS.plugins.ManagerManager] ( https://code.divandesign.biz /modx/managermanager ) .
19- * [ (MODX)EvolutionCMS.modules.ddMMEditor] ( https://code.divandesign.biz /modx/ddmmeditor ) .
18+ * [ (MODX)EvolutionCMS.plugins.ManagerManager] ( https://code.divandesign.ru /modx/managermanager ) .
19+ * [ (MODX)EvolutionCMS.modules.ddMMEditor] ( https://code.divandesign.ru /modx/ddmmeditor ) .
2020
2121
2222## Parameters description
@@ -115,25 +115,26 @@ You may also read this documentation:
115115
116116``` php
117117mm_ddSelectDocuments([
118- //TV for which the widget is applied to
118+ // TV for which the widget is applied to
119119 'fields' => 'favoriteProducts',
120- //Let 314 is ID of catalog document, that contains children-products
120+ // Let 314 is ID of catalog document, that contains children-products
121121 'parentIds' => [314],
122- //Search in 3 levels
122+ // Search in 3 levels
123123 'depth' => 3,
124- //Display only published documents with template ID == 42
124+ // Display only published documents with template ID == 42
125125 'filter' => 'template=42&published=1',
126- //Only 3 or less products can be selected
127- 'maxSelectedItems' => 3
126+ // Only 3 or less products can be selected
127+ 'maxSelectedItems' => 3,
128128]);
129129```
130130
131131
132132## Links
133133
134- * [ Home page] ( https://code.divandesign.biz /modx/mm_ddselectdocuments )
134+ * [ Home page] ( https://code.divandesign.ru /modx/mm_ddselectdocuments )
135135* [ Telegram chat] ( https://t.me/dd_code )
136136* [ Packagist] ( https://packagist.org/packages/dd/evolutioncms-plugins-managermanager-mm_ddselectdocuments )
137+ * [ GitHub] ( https://github.com/DivanDesign/EvolutionCMS.plugins.ManagerManager.mm_ddSelectDocuments )
137138
138139
139- <link rel =" stylesheet " type =" text/css " href =" https://DivanDesign.ru/assets/files/ ddMarkdown.css " />
140+ <link rel =" stylesheet " type =" text/css " href =" https://raw.githack.com/DivanDesign/CSS. ddMarkdown/master/style.min .css " />
0 commit comments