20 lines
404 B
Plaintext
20 lines
404 B
Plaintext
import CampaignContent from "./_content/campaign.mdx"
|
|
import PromotionContent from "./_content/promotion.mdx"
|
|
|
|
export const metadata = {
|
|
title: `Promotion Module's Admin Widget Injection Zones`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This reference shows all the injection zones in the Medusa Admin related to the Promotion Module.
|
|
|
|
## Campaign Pages
|
|
|
|
<CampaignContent />
|
|
|
|
---
|
|
|
|
## Promotion Pages
|
|
|
|
<PromotionContent /> |