Bild, das im Modul angezeigt werden soll. Das empfohlene Seitenverhältnis für Bilder ist 1:1. Die Größe der Bilder wird an dieses Seitenverhältnis angepasst.
Einschränkungen, die alle erfüllt sein müssen, damit das Modul angezeigt wird.
sortIndex
integer
Der Index zum Sortieren der Module. Module mit einem niedrigeren Sortierindex werden vor Modulen mit einem höheren Sortierindex angezeigt. Wenn kein Sortierfeld angegeben ist, wird INT_MAX angenommen. Bei zwei Modulen mit demselben Index ist das Sortierverhalten nicht definiert.
ModuleViewConstraints
Einschränkungen, die alle erfüllt sein müssen, damit das Modul angezeigt wird.
Der Zeitraum, in dem das Modul Nutzern angezeigt wird. Sie können sowohl startTime als auch endTime definieren. Das Modul wird sofort nach dem Einfügen angezeigt, sofern kein startTime festgelegt ist. Das Modul wird unbegrenzt angezeigt, wenn endTime nicht festgelegt ist.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-13 (UTC)."],[[["Value Added Modules require a header and a URI, along with optional fields like body, image, view constraints, and sort index for customization."],["The module displays a header, body (optional), and image (optional), and directs users to a specified URI upon clicking."],["View constraints, such as a display interval, can be set to control when the module is shown to users."],["Modules can be sorted using the `sortIndex` field, with lower values appearing before higher ones."]]],["The Value Added module requires `header` and `uri` fields. It uses a JSON format that includes `header`, `body`, `image`, `uri`, `viewConstraints`, and `sortIndex`. `viewConstraints` dictates when the module is displayed, using `displayInterval` to specify `startTime` and `endTime`. Modules are ordered by `sortIndex`, with lower indices appearing first. `header` and `body` have character limits. `uri` handles links, and `image` should maintain a 1:1 ratio.\n"]]