Back to Medusa

Content

www/apps/resources/app/commerce-modules/stock-location/admin-widget-zones/_content.mdx

2.14.23.5 KB
Original Source

import { Table } from "docs-ui"

<Table> <Table.Header> <Table.Row> <Table.HeaderCell className="w-1/3">Injection Zone Name</Table.HeaderCell> <Table.HeaderCell className="w-1/3">Description</Table.HeaderCell> <Table.HeaderCell className="w-1/3">Additional Props</Table.HeaderCell> </Table.Row> </Table.Header> <Table.Body> <Table.Row> <Table.Cell>
    `location.list.before`

  </Table.Cell>
  <Table.Cell>

    Added at the top of the locations list page.

  </Table.Cell>
  <Table.Cell>

    \-

  </Table.Cell>
</Table.Row>
<Table.Row>
  <Table.Cell>

    `location.list.after`

  </Table.Cell>
  <Table.Cell>

    Added at the bottom of the locations list page.

  </Table.Cell>
  <Table.Cell>

    \-

  </Table.Cell>
</Table.Row>
<Table.Row>
  <Table.Cell>

    `location.list.side.before`

  </Table.Cell>
  <Table.Cell>

    Added at the top of the second column in the locations list page. This injection zone is available since [Medusa v2.7.0](https://github.com/medusajs/medusa/releases/tag/v2.7.0).

  </Table.Cell>
  <Table.Cell>

    \-

  </Table.Cell>
</Table.Row>
<Table.Row>
  <Table.Cell>

    `location.list.side.after`

  </Table.Cell>
  <Table.Cell>

    Added at the bottom of the second column in the locations list page. This injection zone is available since [Medusa v2.7.0](https://github.com/medusajs/medusa/releases/tag/v2.7.0).

  </Table.Cell>
  <Table.Cell>

    \-

  </Table.Cell>
</Table.Row>
<Table.Row>
  <Table.Cell>

    `location.details.before`

  </Table.Cell>
  <Table.Cell>

    Added at the top of a location's details page.

  </Table.Cell>
  <Table.Cell>
  
    Type `DetailWidgetProps<AdminStockLocation>` imported from `@medusajs/framework/types`

    ```ts blockStyle="inline"
    {
      data, // AdminStockLocation object
    }
    ```

  </Table.Cell>
</Table.Row>
<Table.Row>
  <Table.Cell>

    `location.details.after`

  </Table.Cell>
  <Table.Cell>

    Added at the bottom of a location's details page.

  </Table.Cell>
  <Table.Cell>
  
    Type `DetailWidgetProps<AdminStockLocation>` imported from `@medusajs/framework/types`

    ```ts blockStyle="inline"
    {
      data, // AdminStockLocation object
    }
    ```

  </Table.Cell>
</Table.Row>
<Table.Row>
  <Table.Cell>

    `location.details.side.before`

  </Table.Cell>
  <Table.Cell>

    Added at the top of the second column in the location details page.

  </Table.Cell>
  <Table.Cell>
  
    Type `DetailWidgetProps<AdminStockLocation>` imported from `@medusajs/framework/types`

    ```ts blockStyle="inline"
    {
      data, // AdminStockLocation object
    }
    ```

  </Table.Cell>
</Table.Row>
<Table.Row>
  <Table.Cell>

    `location.details.side.after`

  </Table.Cell>
  <Table.Cell>

    Added at the bottom of the second column in the location details page.

  </Table.Cell>
  <Table.Cell>
  
    Type `DetailWidgetProps<AdminStockLocation>` imported from `@medusajs/framework/types`

    ```ts blockStyle="inline"
    {
      data, // AdminStockLocation object
    }
    ```

  </Table.Cell>
</Table.Row>

</Table.Body>

</Table>