-
Notifications
You must be signed in to change notification settings - Fork 7
Developer How To
Rob Campbell edited this page Jun 13, 2019
·
10 revisions
This page covers issues a developer might run into when adding features
Say you want a new sub-menu under "Plugins" called "awesome_plugins" and you want to bundle these with Lasagna:
mkdir lasagna/lasagna/plugins/awesome_plugins
touch lasagna/lasagna/plugins/awesome_plugins/__init__.py
- Add the new directory to
pluginPaths
inlasagna_prefs.yml
- Add your plugin to the new directory. It should have a file name ending in
_plugin.py