services updated
This commit is contained in:
11
Events/AllEvents/validations/validation/info.py
Normal file
11
Events/AllEvents/validations/validation/info.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from Events.Engine.abstract_class import PageInfo
|
||||
|
||||
|
||||
template_page_info = PageInfo(
|
||||
name="template",
|
||||
title={"en": "template"},
|
||||
description={"en": "template"},
|
||||
icon="",
|
||||
parent="",
|
||||
url="",
|
||||
)
|
||||
Reference in New Issue
Block a user