🍱 Incorpora el conjunto "minimal" de componentes

This commit is contained in:
Manuel Cillero 2023-05-14 18:15:57 +02:00
parent ee46003c15
commit c657970b5a
9 changed files with 32 additions and 10 deletions

View file

@ -22,7 +22,10 @@ impl ModuleTrait for Admin {
}
fn dependencies(&self) -> Vec<ModuleStaticRef> {
vec![&pagetop_megamenu::MegaMenu]
vec![
&pagetop_minimal::Minimal,
&pagetop_megamenu::MegaMenu
]
}
fn actions(&self) -> Vec<HookAction> {