feat: add pages to nav after install

This commit is contained in:
Jannat Patel
2022-11-11 10:40:29 +05:30
parent c8dbc18179
commit 157f6b45e9
9 changed files with 95 additions and 41 deletions

View File

@@ -58,6 +58,7 @@ web_include_js = ["website.bundle.js"]
# ------------
# before_install = "lms.install.before_install"
after_install = "lms.install.add_pages_to_nav"
after_sync = "lms.install.after_sync"
after_uninstall = "lms.install.after_uninstall"