Remove branding/identity features from core plugin #154

Closed
opened 2026-06-04 18:28:33 +00:00 by jmiller · 1 comment
Owner

MokoWaaS is now an admin tools suite, not a branding layer. Remove all branding/identity code from plg_system_mokowaas:

  • enforceAtumBranding() - Atum template color/CSS injection
  • hexToHsl() - color conversion helper
  • injectFavicon() - custom favicon injection
  • loadLanguageOverrides() / parseLanguageFile() - language override system
  • enforceLoginSupportUrls() - login page customization
  • getPlaceholders() - branding placeholder tokens
  • All branding-related plugin params (brand_name, company_name, colors, icon, custom_css, etc.)

These features are no longer part of the MokoWaaS product direction.

MokoWaaS is now an admin tools suite, not a branding layer. Remove all branding/identity code from plg_system_mokowaas: - [ ] enforceAtumBranding() - Atum template color/CSS injection - [ ] hexToHsl() - color conversion helper - [ ] injectFavicon() - custom favicon injection - [ ] loadLanguageOverrides() / parseLanguageFile() - language override system - [ ] enforceLoginSupportUrls() - login page customization - [ ] getPlaceholders() - branding placeholder tokens - [ ] All branding-related plugin params (brand_name, company_name, colors, icon, custom_css, etc.) These features are no longer part of the MokoWaaS product direction.
Author
Owner

Branch created: feature/154-remove-branding-identity-features-from-c

git fetch origin
git checkout feature/154-remove-branding-identity-features-from-c
Branch created: [`feature/154-remove-branding-identity-features-from-c`](https://git.mokoconsulting.tech/MokoConsulting/MokoWaaS/src/branch/feature/154-remove-branding-identity-features-from-c) ```bash git fetch origin git checkout feature/154-remove-branding-identity-features-from-c ```
Sign in to join this conversation.
No labels
Type
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoWaaS#154