goodmap plugin that shows popup if no point is visible in a view
pip install goodmap_nothingshereAdd the plugin to the plugins list in your Platzky database configuration.
The name must match the entry-point key declared in pyproject.toml:
{
"plugins": [
{
"name": "nothingshere",
"config": {}
}
]
}This plugin extends PluginBase.
To add a specific capability, subclass one of:
NotifierPluginBase— send notifications (implementnotify)AttachmentNotifierPluginBase— notifications with file attachmentsContentTransformerPluginBase— transform post/page content and register shortcodes