Table Addon
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+",
}