Skip to content

Implement nested options support #2154

Description

@linear-code

For the data collection, we want to support nested configuration options in our OptionsResolver.

For example:

new Options([
  'foo' => [
    'bar' => 10,
    'baz' => false
  ]
]);

It should be able to specify defaults, normalizers and allowed types for nested values too

Metadata

Metadata

Assignees

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions