dev ? main: version bump 02.02.00 + CSS fix #30
@@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
- **Dropdown menu background** — Dropdown menus now use `--nav-bg-color` instead of `--body-bg` so they inherit the navigation theme colour
|
||||
- **Language pretty name** — Updated template pretty name to follow Joomla naming convention
|
||||
|
||||
### Added
|
||||
- **Article metadata footer** — Renders Joomla custom fields (`jcfields`) as a styled metadata footer on article layouts, grouped by field group with responsive grid and BEM styling
|
||||
- **Smart Visitor Detection** — Pushes anonymised visitor properties (login status, user group, page type) to the dataLayer for Google Analytics / Tag Manager. Sets GA4 `user_properties` for persistent session-scoped dimensions. No PII is sent. Default enabled when GTM or GA4 is active.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
;
|
||||
; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
;
|
||||
TPL_MOKOONYX="MokoOnyx Site template"
|
||||
TPL_MOKOONYX="MokoOnyx"
|
||||
TPL_MOKOONYX_GOOGLE_FIELDSET_LABEL="Google"
|
||||
TPL_MOKOONYX_DRAWERS_FIELDSET_LABEL="Drawers"
|
||||
TPL_MOKOONYX_MOD_MENU_LAYOUT_COLLAPSE_METISMENU="Collapsible Dropdown"
|
||||
|
||||
@@ -20074,7 +20074,7 @@ nav[data-toggle=toc] .nav-link.active+ul{
|
||||
list-style: none;
|
||||
padding: 0.5rem 0;
|
||||
margin: 0;
|
||||
background-color: var(--body-bg, #fff);
|
||||
background-color: var(--nav-bg-color);
|
||||
border: 1px solid var(--border-color, #dfe3e7);
|
||||
border-radius: var(--border-radius, .25rem);
|
||||
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
||||
|
||||
Reference in New Issue
Block a user