Table Addon Configuration
The table can be configured at the top of the tableAddon.twig file.
Ensure to change the category ID near the top of the configuration to match the ID of the category you want the table to display in.
Available configuration
| Properties | Values |
|---|---|
| rank_tag | true/false |
| icon | true/false |
| text | string or html |
⚠️
Set rank_tag and icon to false if you want to use text.
Example for tableAddon.twig
perk_3: {
rank_tag: false,
rank_tag_color: "#d14841",
icon: false,
iconId: '<i class="mdi mdi-check-decagram" data-feature-icon="check"></i>',
text: "Mvp+",
}