We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e6373 commit 1b115e6Copy full SHA for 1b115e6
docs/content/1_docs/4_form-fields/11_repeater.md
@@ -161,6 +161,32 @@ class ProjectController extends BaseModuleController
161
]);
162
}
163
164
+```
165
+### Medias
166
+
167
+If your json repeater contains media formField, you need to define the
168
+`mediasParams` at `config/twill.php` under `repeaters.crops` or `block_editor.crops`.
169
170
171
+'repeaters' => [
172
+ 'crops' => [
173
+ ‘your-media-field-name’ => [
174
+ …
175
+ ]
176
+ ],
177
+]
178
179
180
+OR
181
182
+'block_editor' => [
183
184
185
186
187
188
189
190
```
191
192
| Option | Description | Type | Default value |
0 commit comments