Plugin troubleshooting

Hi all;

I’m trying to teach myself to create an Omeka plugin, and I’m stuck and hoping some of the more techical-minded among you can help. I’m trying to get my skeletal plugin to display a configuration page. According to the documentation here:

https://omeka.readthedocs.io/en/latest/Tutorials/bestPracticesPlugins.html

All I have to do is define the config_form hook and then provide some HTML for the form via an include. I’ve done this, and the plugin installs, but it won’t show the configuration page. My code is here:

I’m sure I’m missing something simple, but I can’t tell what. Help!

Looks like you just need to add config to the array of hooks you are using in $_hooks.