|
289 | 289 | 'property_empty_option_description' => 'The empty option corresponds to the empty selection, but unlike the placeholder it can be reselected.', |
290 | 290 | 'property_show_search' => 'Show search', |
291 | 291 | 'property_show_search_description' => 'Enables the search feature for this dropdown.', |
| 292 | + 'property_title_from' => 'Title from', |
| 293 | + 'property_title_from_description' => 'Specify a child field name to use the value of that field as the title for each repeater item.', |
| 294 | + 'property_min_items' => 'Min items', |
| 295 | + 'property_min_items_description' => 'Minimum number of items to allow within the repeater.', |
| 296 | + 'property_min_items_integer' => 'Min items must be a positive integer.', |
292 | 297 | 'property_max_items' => 'Max items', |
293 | 298 | 'property_max_items_description' => 'Maximum number of items to allow within the repeater.', |
| 299 | + 'property_max_items_integer' => 'Max items must be a positive integer.', |
| 300 | + 'property_style' => 'Style', |
| 301 | + 'property_style_description' => 'Defines the behaviour to apply to this repeater.', |
294 | 302 | 'control_group_standard' => 'Standard', |
295 | 303 | 'control_group_widgets' => 'Widgets', |
296 | 304 | 'click_to_add_control' => 'Add control', |
|
352 | 360 | 'span_right' => 'Right', |
353 | 361 | 'span_full' => 'Full', |
354 | 362 | 'span_auto' => 'Auto', |
| 363 | + 'style_default' => 'Default', |
| 364 | + 'style_collapsed' => 'Collapsed', |
| 365 | + 'style_accordion' => 'Accordion', |
355 | 366 | 'empty_tab' => 'Empty tab', |
356 | 367 | 'confirm_close_tab' => 'The tab contains controls which will be deleted. Continue?', |
357 | 368 | 'tab' => 'Form tab', |
|
0 commit comments