FrameworkInfo: List LayerStackers

This commit is contained in:
Mike Auty
2020-07-16 11:17:51 +01:00
parent 79d44edd37
commit 626712324a
@@ -17,6 +17,7 @@ class FrameworkInfo(plugins.PluginInterface):
'Automagic': interfaces.automagic.AutomagicInterface,
'Requirement': interfaces.configuration.RequirementInterface,
'Layer': interfaces.layers.DataLayerInterface,
'LayerStacker': interfaces.automagic.StackerLayerInterface,
'Object': interfaces.objects.ObjectInterface,
'Plugin': interfaces.plugins.PluginInterface,
'Renderer': interfaces.renderers.Renderer