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

  1. Add theme via composer require in your repo.
  2. Enable and configure in Drupal after deploy.
  3. 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.