mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 08:04:26 -04:00
fix plugins and modules dataviews
This commit is contained in:
parent
ca41d033da
commit
31576e21a2
3 changed files with 24 additions and 37 deletions
|
@ -39,6 +39,10 @@ class BasePlugin(BaseModel):
|
|||
def id(self) -> str:
|
||||
return self.__class__.__name__
|
||||
|
||||
@property
|
||||
def name(self) -> str:
|
||||
return self.app_label
|
||||
|
||||
@computed_field
|
||||
@property
|
||||
def plugin_module(self) -> str: # DottedImportPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue