📑Table Addon

Available configuration

PropertiesValuesPreview

rank_tag

true/false

icon

true/false

text

string | html

Set rank_tag and icon to false if you want to use text.

Example

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

Last updated