- Assigned to Grevil
- Status changed to RTBC
about 2 years ago 3:51pm 16 January 2023 - Status changed to Fixed
about 2 years ago 3:58pm 16 January 2023 - Status changed to Needs work
about 2 years ago 5:08pm 16 January 2023 - Status changed to Fixed
about 2 years ago 5:24pm 16 January 2023 - Status changed to Needs work
about 2 years ago 10:25am 26 January 2023 Got the following issue on a customer page while configuring this layout in a layout paragraph:
Warning: Undefined array key "layout_dynamic_grid_behavoir" in Drupal\drowl_layouts\Plugin\Layout\DrowlLayoutsDynamicContentGridLayout->buildConfigurationForm()
- 🇩🇪Germany Anybody Porta Westfalica
@thomas.frobieter: @Grevil is still assigned, should he pick up the errors and fix them?
- 🇩🇪Germany Grevil
We haven't set any default values, that's why the errors appear.
- 🇩🇪Germany Grevil
Yep, setting the default configurations fixes this issue, but I have no idea what the defaults should be...
@thomas.frobieter, please tell me the default configurations for:
public function defaultConfiguration() { return parent::defaultConfiguration() + [ // Add dynamic Layout settings: 'layout_dynamic_grid_col_min_width' => 10, // ? 'layout_dynamic_grid_col_max_width' => 10, // ? 'layout_dynamic_grid_gutter_size' => 'md', 'layout_dynamic_grid_behavoir' => 'auto-fit', // ? ]; }
- Status changed to Fixed
over 1 year ago 10:59am 28 September 2023 - 🇩🇪Germany Grevil
Alright, talked with @thomas.frobieter internally. The defaults are fine. I'll create a new release ASAP!
Automatically closed - issue fixed for 2 weeks with no activity.