Merge pull request 'feat(component): load FA7 + Bootstrap in print view' (#36) from dev into main
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 2s
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Repo Health / Release configuration (push) Failing after 3s
Joomla: Repo Health / Scripts governance (push) Successful in 3s
Joomla: Repo Health / Repository health (push) Failing after 3s

This commit was merged in pull request #36.
This commit is contained in:
2026-05-16 17:44:42 +00:00
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ A modern, lightweight Joomla site template built on Cassiopeia with Font Awesome
| | |
|---|---|
| **Type** | Joomla Site Template |
| **Version** | 02.03.00 |
| **Version** | 02.04.00 |
| **Joomla** | 5.x / 6.x |
| **PHP** | 8.1+ |
| **License** | GPL-3.0-or-later |
+9
View File
@@ -53,6 +53,15 @@ $wa->useStyle('template.component'); // css/component.css
// Light theme only (no theme switching in component view)
$wa->useStyle('template.light.standard'); // css/theme/light.standard.css
// Font Awesome 7 Free
$wa->useStyle('vendor.fa7free.fontawesome');
$wa->useStyle('vendor.fa7free.solid');
$wa->useStyle('vendor.fa7free.regular');
$wa->useStyle('vendor.fa7free.brands');
// Bootstrap 5
HTMLHelper::_('bootstrap.framework');
// Load custom light palette if selected in template configuration and file exists
$params_LightColorName = (string) $this->params->get('colorLightName', 'standard');
if ($params_LightColorName === 'custom' && file_exists(JPATH_ROOT . '/media/templates/site/mokoonyx/css/theme/light.custom.css'))
+1 -1
View File
@@ -39,7 +39,7 @@
</server>
</updateservers>
<name>MokoOnyx</name>
<version>02.03.00</version>
<version>02.04.00</version>
<scriptfile>script.php</scriptfile>
<creationDate>2026-05-16</creationDate>
<author>Jonathan Miller || Moko Consulting</author>