diff --git a/plugins/categoryeditor/__init__.py b/plugins/categoryeditor/__init__.py index 4397f5f..bd67ead 100644 --- a/plugins/categoryeditor/__init__.py +++ b/plugins/categoryeditor/__init__.py @@ -111,7 +111,7 @@ class CategoryEditor(_PluginBase): } ], { "enabled": False, - "content": self.default_yaml.read_text(encoding="utf-8") + "yaml_content": self.default_yaml.read_text(encoding="utf-8") } def get_page(self) -> List[dict]: