> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dc.ag/llms.txt
> Use this file to discover all available pages before exploring further.

# Map

> Map integration with one or more locations, each with an address and info box.

The **Map** content type embeds an interactive map with one or more marked locations. For each location, you maintain a title, address, and info-box content that appears when the marker is clicked. Typical use cases: location overview, store finder, directions map.

## Selecting the content type

In the editor of a page, shopping world, or module, click **+ New**, then in the **Content** tab click **Map**. The **"New map"** dialog opens.

## Fields

### General

| Field                     | Meaning                                        |
| ------------------------- | ---------------------------------------------- |
| **Description**           | Internal name of the map (max. 255 characters) |
| **Show in all languages** | Makes the map available across all languages   |

### Settings

| Field               | Meaning                                                             |
| ------------------- | ------------------------------------------------------------------- |
| **Map width (px)**  | Fixed width of the map in pixels. `0` = full container width (100%) |
| **Map height (px)** | Height of the map in pixels (default: 600)                          |

### Publication

| Field           | Meaning                                                             |
| --------------- | ------------------------------------------------------------------- |
| **Layout area** | Area of the page layout in which the map appears (default: Content) |
| **Active**      | Makes the map visible                                               |

## Maintaining locations

The individual locations only become accessible after the first **Save**. Afterwards, open the map via **Edit**. Above the General block, the **Locations** section appears with the following toolbar:

| Action     | Effect                      |
| ---------- | --------------------------- |
| **+ New**  | Add a new location          |
| **Edit**   | Modify an existing location |
| **Delete** | Remove a location           |

### Fields of a location

Clicking **+ New** opens the **"New location"** dialog with the following sections:

**General**

| Field                   | Meaning                                                               |
| ----------------------- | --------------------------------------------------------------------- |
| **Title**               | Name of the location, displayed in the info box (max. 255 characters) |
| **Address (free-form)** | Address as free text, used to determine the position                  |

**Info-box content**

Rich-text editor with toolbar (formatting, links, anchors, images, tables, **dc Copilot**) for the content that appears when the marker is clicked. Works the same as with [Texts](/docs/en/dynamic-content/user-guide/inhaltsarten/texte).

## Tips

<Tip>
  Any number of **locations** can be added per map. For a store finder, for example, simply create one entry per location.
</Tip>

<Tip>
  The **address** should be as unambiguous as possible (street, house number, postal code, city) so that the position is determined correctly.
</Tip>

## Related topics

<CardGroup cols={2}>
  <Card title="External content" icon="code" href="/docs/en/dynamic-content/user-guide/inhaltsarten/externe-inhalte">
    Embed your own HTML or iFrame content.
  </Card>

  <Card title="Content types" icon="shapes" href="/docs/en/dynamic-content/user-guide/inhaltsarten">
    All available content types.
  </Card>
</CardGroup>
