There is no license information available for the latest version (1.1.0) of this package.

Tabs integration for Contao Theme-Manager

Fund package maintenance!
oveleon

Installs: 151

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:symfony-bundle

1.1.0 2024-02-08 16:13 UTC

This package is auto-updated.

Last update: 2024-04-08 16:46:21 UTC


README

Description

  • Extends the Contao ThemeManager palette with options to configure tabs.
  • Adds the following content-elements:
    • tabStart
    • tabDivider
    • tabStop

After compiling your theme, make sure to add:

  • _tabs.css to your Layout stylesheet settings
  • js_ctm_tabs to your javascript templates

Settings

Tabs
Option Description
$tab-label-line-height Line-height for tab labels.
$tab-label-font-size Font-size for tab labels.
$tab-label-font-weight Font-weight for tab labels.
$tab-label-transform Text-transformation for tab labels.
$tab-label-border-radius Border-radius for tab labels.
$tab-label-border-width Border-width for tab labels.
$tab-label-border-style Border-style for tab labels.
$tab-label-background Background for tab labels.
$tab-label-color Text color for tab labels.
$tab-label-border-color Border-color for tab labels.
$tab-label-background-active Active background color for tab labels.
$tab-label-color-active Active text color for tab labels.
$tab-label-border-color-active Active border-color for tab labels.
$tab-label-padding Padding for tab labels.