mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Add subcategory stuff for the API to work
This commit is contained in:
parent
6a6fb89fd0
commit
74281816b4
1 changed files with 3 additions and 0 deletions
|
@ -551,6 +551,9 @@ class ActionsMapParser(BaseActionsMapParser):
|
|||
def add_category_parser(self, name, **kwargs):
|
||||
return self
|
||||
|
||||
def add_subcategory_parser(self, name, **kwargs):
|
||||
return self
|
||||
|
||||
def add_action_parser(self, name, tid, api=None, **kwargs):
|
||||
"""Add a parser for an action
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue