💥 Integra acciones de páginas en la propia página
This commit is contained in:
parent
8138e15ed7
commit
7ea54060f8
9 changed files with 17 additions and 15 deletions
|
|
@ -27,7 +27,7 @@ impl ModuleTrait for Node {
|
|||
}
|
||||
|
||||
fn actions(&self) -> Vec<Action> {
|
||||
vec![action!(action::page::ActionBeforePreparePage => before_prepare_page, -1)]
|
||||
vec![action!(ActionBeforePreparePage => before_prepare_page, -1)]
|
||||
}
|
||||
|
||||
fn migrations(&self) -> Vec<MigrationItem> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue