🚧 [megamenu] Minimal is not required
This commit is contained in:
parent
a88de76df8
commit
86311e4aee
2 changed files with 1 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ license = "Apache-2.0 OR MIT"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pagetop = { version = "0.0", path = "../pagetop" }
|
pagetop = { version = "0.0", path = "../pagetop" }
|
||||||
pagetop-jquery = { version = "0.0", path = "../pagetop-jquery" }
|
pagetop-jquery = { version = "0.0", path = "../pagetop-jquery" }
|
||||||
pagetop-minimal = { version = "0.0", path = "../pagetop-minimal" }
|
|
||||||
static-files = "0.2.3"
|
static-files = "0.2.3"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ impl ModuleTrait for MegaMenu {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn dependencies(&self) -> Vec<ModuleRef> {
|
fn dependencies(&self) -> Vec<ModuleRef> {
|
||||||
vec![&pagetop_jquery::JQuery, &pagetop_minimal::Minimal]
|
vec![&pagetop_jquery::JQuery]
|
||||||
}
|
}
|
||||||
|
|
||||||
fn configure_service(&self, cfg: &mut service::web::ServiceConfig) {
|
fn configure_service(&self, cfg: &mut service::web::ServiceConfig) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue