137a74c1f4
* docs: added shipping option type injection zones * added note
18 lines
473 B
Plaintext
18 lines
473 B
Plaintext
import ShippingProfileContent from "./_content/shipping-profile.mdx"
|
|
import ShippingOptionTypeContent from "./_content/shipping-option-type.mdx"
|
|
|
|
export const metadata = {
|
|
title: `Fulfillment Module's Admin Widget Injection Zones`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This reference shows all the injection zones in the Medusa Admin related to the Fulfillment Module.
|
|
|
|
## Shipping Option Type Pages
|
|
|
|
<ShippingOptionTypeContent />
|
|
|
|
## Shipping Profile Pages
|
|
|
|
<ShippingProfileContent /> |