- Issue created by @edwardsay
- πΊπΈUnited States edwardsay
Added MR that renders Hierarchy plugin config form.
I have created a custom facets Hierarchy plugin that can be configured. But FacetForm.php doesn't display the Hierarchy config form, only the Hierarchy plugin select.
FacetForm.php already handles submission of the Hierarchy plugin config form values on line 827:
$facet->setHierarchy($hierarchy_id, $form_state->getValue(
[
'facet_settings',
$hierarchy_id,
]
));
But the config form is never rendered, so this submission doesn't make sense, it just saves an empty value in the facet config
hierarchy:
type: custom_hierarchy
config: { }
Active
2.0
Code
Added MR that renders Hierarchy plugin config form.