We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fc161 commit 4a2eba1Copy full SHA for 4a2eba1
app/admin_api/serializers/cms.py
@@ -67,4 +67,4 @@ class SectionAdminSerializer(BaseAbstractSerializer, JsonSchemaSerializer, seria
67
68
class Meta:
69
model = Section
70
- fields = COMMON_ADMIN_FIELDS + ("page", "external_link", "order", "body_ko", "body_en")
+ fields = COMMON_ADMIN_FIELDS + ("page", "order", "body_ko", "body_en")
0 commit comments