# Konfiguration

***

### Individueller CSS-Code (Textbaustein)

**Feldtyp**:\
Auswahlfeld

**Verfügbare Werte**:\
• nein\
• ja

**Beispiel Wert**:\
`nein`

**Pfad zur Einstellung**:\
Tab "Weiteres" => Bereich "Veraltet"

**Technischer Name**:\
`twt-custom-css`

{% hint style="info" %}
Hinterlege im Textbaustein twt.custom.css individuellen CSS-Code.

Dieser CSS-Code wird direkt im Head-Bereich geladen und muss mit einem CSS-Minifier Tool minimiert werden.

**Beispiel:**\
h1{font-size:50px}.meine-klasse{color:#777}
{% endhint %}

***

### Veraltete CSS-Klassen laden (optional)

**Feldtyp**:\
Auswahlfeld

**Verfügbare Werte**:\
• nein\
• ja

**Beispiel Wert**:\
`nein`

**Pfad zur Einstellung**:\
Tab "Weiteres" => Bereich "Veraltet"

**Technischer Name**:\
`twt-custom-css-deprecated-classes`

{% hint style="info" %}
Fügt veraltete CSS-Klassen zur manuellen Nutzung in Erlebniswelten hinzu.

Diese Klassen werden bald entfernt. Die aktuellen Klassen findest du in der Dokumentation.

**Beispiel**:\
twt-custom-cms-col-padding-0 oder twt-custom-cms-headline-bath
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doku.themeware.design/handbuch/weiteres/veraltet/konfiguration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
