Change the cards that describe your control panel.
The control panel section shows multiple cards explaining what your panel can do.
You will use:
config/panel-features.ts — list of cards and their images"PanelFeatures" in config/messages/en.json and config/messages/es.json — titles and descriptionsconfig/panel-features.ts.features: [
{
titleKey: "panelFeature1Title",
descriptionKey: "panelFeature1Description",
image: "/panel-features/panel-feature-1.svg"
},
// more cards...
],image points to a file under public/panel-features/.To add a new card, copy one object and change:
image path (use your own file in the public folder).panelFeature4Title and panelFeature4Description.Open config/messages/en.json.
Find the "PanelFeatures" section.
Change:
"title" and "description" for the section.panelFeatureXTitle and panelFeatureXDescription for your cards.Open config/messages/es.json.
In the "PanelFeatures" section, make sure the same keys exist and set your Spanish text.
Always create the same keys in both
en.jsonandes.json.
The names (for example"panelFeature1Title") must match what you used inconfig/panel-features.ts.