💥 ModuleRef and ThemeRef replace *StaticRef
This commit is contained in:
parent
05304f116a
commit
09ac316cb5
17 changed files with 38 additions and 39 deletions
|
|
@ -13,12 +13,12 @@ impl ModuleTrait for Bulmix {
|
|||
THEME_BULMIX
|
||||
}
|
||||
|
||||
fn theme(&self) -> Option<ThemeStaticRef> {
|
||||
fn theme(&self) -> Option<ThemeRef> {
|
||||
Some(&Bulmix)
|
||||
}
|
||||
|
||||
#[rustfmt::skip]
|
||||
fn dependencies(&self) -> Vec<ModuleStaticRef> {
|
||||
fn dependencies(&self) -> Vec<ModuleRef> {
|
||||
vec![
|
||||
&pagetop_jquery::JQuery,
|
||||
&pagetop_minimal::Minimal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue