Pricing Module's Admin Widget Injection Zones
This reference shows all the injection zones in the Medusa Admin related to the Pricing Module.
Price List Pages#
Injection Zone Name | Description | Additional Props |
---|
price_list.list.before
| Added at the top of the Pricing list page. | - |
price_list.list.after
| Added at the bottom of the Pricing list page. | - |
price_list.details.before
| Added at the top of a price list's details page. | Type DetailWidgetProps<AdminPriceList> imported from @medusajs/framework/types {
data, // AdminPriceList object
}
|
price_list.details.after
| Added at the bottom of a price list's details page. | Type DetailWidgetProps<AdminPriceList> imported from @medusajs/framework/types {
data, // AdminPriceList object
}
|
price_list.details.side.before
| Added at the top of the second column in the price list details page. | Type DetailWidgetProps<AdminPriceList> imported from @medusajs/framework/types {
data, // AdminPriceList object
}
|
price_list.details.side.after
| Added at the bottom of the second column in the price list details page. | Type DetailWidgetProps<AdminPriceList> imported from @medusajs/framework/types {
data, // AdminPriceList object
}
|
Was this page helpful?