Magento_CatalogStaging module

The Magento_CatalogStaging module is a part of the staging functionality in Magento EE. It enables you to create new catalog updates or add new changes to the existing store updates. In other words, you can modify the category and product entity attributes in updates. These updates are shown on the content dashboard.

Implementation Details

The Magento_CatalogStaging module extends the Magento_Catalog module functionality. It changes a category and product creation page, and related database tables to make them compatible with the Magento Staging Framework.

The following fields are removed from the Magento_Catalog module forms:

They are all related to the time period attributes, and now can be set using staging functionality, when you schedule a new update as:

Category Staging

The Magento_CatalogStaging module enables you to stage the following category attributes:

The following category attributes cannot be staged:

Product Staging

The Magento_CatalogStaging module enables you to stage the following product attributes:

Also, you can stage any other attribute added in Admin.

The following product attributes cannot be staged:

Installation Details

The Magento_CatalogStaging module makes irreversible changes in a database during installation. It means, that you cannot uninstall this module.

Dependencies

You can find the list of modules that have dependencies with the Magento_CatalogStaging module in the require object of the composer.json file. The file is located in the same directory as this README file.

Extension Points

Extension points enable extension developers to interact with the Magento_CatalogStaging module. You can interact with the Magento_CatalogStaging module using the Magento extension mechanism, see Magento plug-ins.

Magento dependency injection mechanism enables you to override the functionality of the Magento_CatalogStaging module.

UI components

You can extend product and category updates using the UI components located in the Magento\CatalogStaging\view\adminhtml\ui_component directory. For more information, see UI Listing/Grid Component.

Layouts

You can extend and override layouts in the Magento\CatalogStaging\view\adminhtml\layout directory. For more information about layouts, see the Layout documentation.

Events

You can use the following events:

Additional information

For more Magento 2 developer documentation, see Adobe Commerce Developer Documentation.

data-slots=text
The version of this module is 100.4.8.