v3.0.0-BETA-1 released #58
Nisbo
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Card editor was reworked to use
getConfigForm(). This makes it easier to add and modify options.Currently, this is only implemented in the
content-card-another-mvgcard. Thecontent-card-another-mvg-bigcard will be updated later once all options are implemented in the main card.v3.0.0 introduces new features for improved card configuration
Multiple stops support
It is now possible to add more than one stop to the card.
You can either add different stops or add the same stop multiple times to display different transport filters.
Extended configuration options per stop
In addition to the settings defined in the entity configuration, you can further customize each stop:
You can define these options individually for each stop in your card configuration.
Options
Color Options
Additional stops
Additional Stop Configuration
Here you can specify up to 4 additional stops that will be displayed on the same card. You can add more stops in the YAML configuration by following the pattern entity6, entity7, etc. The pattern also applies to the display options (displayOptions6, displayOptions7, etc.), the transport types (transportTypes6, transportTypes7, etc.), the maximum number of departures (maxDepartures6, maxDepartures7, etc.), and the name of the stop (name6, name7, etc.).
This discussion was created from the release v3.0.0-BETA-1 released.
Beta Was this translation helpful? Give feedback.
All reactions