Skip to content

Commit

Permalink
remove mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Jan 9, 2025
1 parent 92c84ef commit 9007462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/content_types/content_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class ContentTypesResource(superdesk.Resource):
"created_by": superdesk.Resource.rel("users", nullable=True),
"updated_by": superdesk.Resource.rel("users", nullable=True),
"init_version": {"type": "integer"},
"output_name": {"type": "string", "nullable": True, "mapping": not_analyzed},
"output_name": {"type": "string", "nullable": True},
}

item_url = r'regex("[\w,.:-]+")'
Expand Down

0 comments on commit 9007462

Please sign in to comment.