Magento_LayeredNavigationStaging module
The Magento_LayeredNavigationStaging module is a part of the staging functionality in Magento Commerce. It restricts functionality of the Magento_LayeredNavigationStaging module in the staging preview mode.
Implementation details
The Magento_LayeredNavigationStaging module disables the Magento_LayeredNavigation module functionality in the staging preview mode.
Dependencies
You can find the list of modules that have dependencies on the Magento_LayeredNavigationStaging module in the require
section of the composer.json
file. The file is located in the root directory of the module.
Extension points
Extension points enable extension developers to interact with the Magento_LayeredNavigationStaging module. The Magento dependency injection mechanism enables you to override the functionality of the Magento_LayeredNavigationStaging module.
Layouts
You can extend and override layouts in the Magento/LayeredNavigationStaging/view/frontend/layout/
directory.
For more information about layouts, see the Layout documentation.
Additional information
You can track backward incompatible changes made in a Magento Commerce mainline after the Magento 2.0 release.