forked from retoor/devplacepy
Quiiz system
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
from .core import _in_clause, _now_iso, db, get_table
|
||||
|
||||
|
||||
SEO_META_TYPES = ("post", "project", "gist", "news", "issue")
|
||||
SEO_META_TYPES = ("post", "project", "gist", "news", "issue", "quiz")
|
||||
|
||||
|
||||
def get_seo_metadata(target_type: str, target_uid: str) -> dict | None:
|
||||
|
||||
Reference in New Issue
Block a user