When using boostrap, the layout is broken (no CSS) if you don't have a layout facet that extends LayoutBoostrap and is assigned to your roles.
Maybe woko.facets.builtin.bootstrap.all.LayoutBootstrap should have a @FacetKey so that including the bootstrap-core module and defining the package woko.facets.builtin.bootstrap before the others would make this facet automatically available.
When using boostrap, the layout is broken (no CSS) if you don't have a
layout
facet that extendsLayoutBoostrap
and is assigned to your roles.Maybe
woko.facets.builtin.bootstrap.all.LayoutBootstrap
should have a @FacetKey so that including the bootstrap-core module and defining the packagewoko.facets.builtin.bootstrap
before the others would make this facet automatically available.