Table of Contents
- MokoWaaS Plugin Overview (VERSION: 02.01.08)
- Introduction
- Role in the WaaS Platform
- System Requirements
- Installation Overview
- Configuration Overview
- Technical Implementation
- Core Components
- Event Handlers
- Language Override Integration
- Configuration Options
- Namespace and Autoloading
- Operational Expectations
- Constraints and Considerations
- Revision History
← Home
MokoWaaS Plugin Overview (VERSION: 02.01.08)
Introduction
The MokoWaaS plugin is a foundational system component used across WaaS-managed Joomla environments. It ensures consistent application of platform identity, terminology, and user experience standards. By centralizing key branding functions, the plugin supports multi‑tenant WaaS operations and reduces administrative fragmentation.
Role in the WaaS Platform
The plugin establishes a unified naming and branding layer across administrator and user interfaces. As the primary enforcement point for WaaS branding policy, it integrates with templates, modules, and language packs to maintain consistent terminology and presentation.
Key functions include:
- Replacing Joomla-native labels with WaaS-approved terminology.
- Ensuring consistent visual identifiers in administrative interfaces.
- Providing a stable branding baseline consumed by other system extensions.
System Requirements
To ensure correct operation, the plugin requires:
- Joomla 5.x or higher
- PHP 8.1 or higher
- A compatible WaaS template aligned with Moko platform standards
- System-level plugin execution priority before template rendering
Installation Overview
The plugin is deployed through the Joomla Extension Manager.
High‑level installation flow:
- Upload the distributed plugin package.
- Validate manifest metadata for accuracy and compliance.
- Enable the plugin under System Plugins.
- Clear system and browser caches to ensure fresh language loads.
Configuration Overview
The plugin provides configurable controls under the Joomla Plugin Manager.
Primary configuration categories include:
- Terminology Controls: Apply standardized WaaS vocabulary.
- UI Adjustments: Modify display elements such as headers or default labels.
- Visibility Controls: Suppress or replace Joomla identifiers as needed.
- Branding Elements: Manage powered‑by references and footer behavior.
Configuration ensures a consistent and predictable WaaS identity across all managed sites.
Technical Implementation
The plugin is implemented as a Joomla 5.x system plugin with the following architecture:
Core Components
- mokowaas.php - Main plugin class (
PlgSystemMokoWaaS) that extendsCMSPlugin - mokowaas.xml - Plugin manifest defining metadata, file structure, and configuration parameters
- services/provider.php - Dependency injection service provider for Joomla 5.x container registration
Event Handlers
The plugin implements the following Joomla system events:
onAfterInitialise- Triggered after framework initialization; provides hook for branding logiconAfterRoute- Triggered after route determination; allows additional branding adjustments
Language Override Integration
The plugin integrates with Joomla's native language override system:
- Language overrides in
language/overrides/(frontend) - Administrator overrides in
administrator/language/overrides/ - Joomla automatically loads these overrides without programmatic intervention
- Plugin provides the framework while Joomla handles the actual string substitution
Configuration Options
The plugin exposes the following configuration parameters:
- Enable Branding - Toggle to enable/disable all branding functionality (default: enabled)
Namespace and Autoloading
Uses Joomla 5.x namespace: Moko\Plugin\System\MokoWaaS with PSR-4 autoloading through the service provider.
Operational Expectations
Platform operators should maintain the plugin in an enabled state at all times. Updates may affect downstream systems such as templates or modules, so operational workflows must include:
- Version alignment across branding components
- Review of template overrides for conflict prevention
- Coordination with WaaS governance for terminology changes
Constraints and Considerations
While the plugin provides broad branding coverage, certain constraints apply:
- Third‑party extensions may require additional overrides
- Joomla core updates may introduce changes requiring terminology refresh
- Legacy templates may require refactoring to fully adopt standardized naming
Revision History
| Date | Author | Description |
|---|---|---|
| 2026-02-22 | GitHub Copilot | Update for version 01.04.00 |
| 2025-12-11 | Jonathan Miller (@jmiller) | Rewrite for version 01.03.00 |
Repo: MokoWaaS · MokoStandards
| Revision | Date | Author | Description |
|---|---|---|---|
| 1.0 | 2026-05-09 | Moko Consulting | Initial version |