CAM: Change Camotics file extension to .json

This commit is contained in:
Samuel Abels
2025-05-26 23:53:58 +02:00
parent b2176b0731
commit 383e2f599a

View File

@@ -49,7 +49,7 @@ tooltemplate = {
class CamoticsLibrarySerializer(AssetSerializer):
for_class: Type[Asset] = Library
extensions: tuple[str] = (".ctbl",)
extensions: tuple[str] = (".json",)
mime_type: str = "application/json"
@classmethod