Loading config/schema/facets_form.schema.yml +2 −2 Original line number Diff line number Diff line Loading @@ -38,10 +38,10 @@ block.settings.facets_form:*:*: label: Label mapping: submit: type: string type: label label: Submit reset: type: string type: label label: Clear filters facets: type: sequence Loading tests/src/Kernel/Plugin/Block/Deriver/FacetsFormBlockDeriverTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class FacetsFormBlockDeriverTest extends EntityKernelTestBase { $facet_sources = $this->container ->get('plugin.manager.facets.facet_source') ->getDefinitions(); $this->assertCount(9, $facet_sources); $this->assertCount(10, $facet_sources); /** @var \Drupal\Core\Block\BlockManagerInterface $block_manager */ $block_manager = $this->container->get('plugin.manager.block'); Loading Loading
config/schema/facets_form.schema.yml +2 −2 Original line number Diff line number Diff line Loading @@ -38,10 +38,10 @@ block.settings.facets_form:*:*: label: Label mapping: submit: type: string type: label label: Submit reset: type: string type: label label: Clear filters facets: type: sequence Loading
tests/src/Kernel/Plugin/Block/Deriver/FacetsFormBlockDeriverTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class FacetsFormBlockDeriverTest extends EntityKernelTestBase { $facet_sources = $this->container ->get('plugin.manager.facets.facet_source') ->getDefinitions(); $this->assertCount(9, $facet_sources); $this->assertCount(10, $facet_sources); /** @var \Drupal\Core\Block\BlockManagerInterface $block_manager */ $block_manager = $this->container->get('plugin.manager.block'); Loading