diff --git a/apps/content_types/content_types.py b/apps/content_types/content_types.py index 6b8a6e8fc..b0b4cfef4 100644 --- a/apps/content_types/content_types.py +++ b/apps/content_types/content_types.py @@ -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,.:-]+")'