diff --git a/webviz_config/_plugin_abc.py b/webviz_config/_plugin_abc.py index 601fb697..cb1d26fa 100644 --- a/webviz_config/_plugin_abc.py +++ b/webviz_config/_plugin_abc.py @@ -51,6 +51,8 @@ def layout(self): # All paths in the returned ASSETS list should be absolute. ASSETS: list = [] + portable_recommended: bool = False + def __init__(self) -> None: """If a plugin/subclass defines its own `__init__` function (which they usually do), they should remember to call