Why Theme Marketplace Is Not Available
Applies to: FlexLab
Overview
FlexLab projects do not use the dashboard Themes / Theme Marketplace UI. Themes are code in your Git repository.
Why
FlexLab assumes custom front-end workflows: Composer-managed themes, component libraries, and CI-built assets. Dashboard theme switching would bypass version control.
What happens if you open Themes
Navigating to /dashboard/[orgId]/project/[id]/environment/[envId]/themes redirects away for FlexLab projects.
Manage themes instead
- Add theme via
composer requirein your repo. - Enable and configure in Drupal after deploy.
- Build CSS/JS in GitLab CI as needed.
Need marketplace themes?
Stay on Codeless or start a separate Codeless sandbox for editorial theme trials, then port Twig/CSS into FlexLab manually.