ui.modern.form.[formName].content_type

Sets custom content type header for a given form

Key: ui.modern.form.[formName].content_type
Type: String
Can be set in: profile.cfg, collection.cfg

Description

This option can be used to specify a custom content types for a specified template.

The parameter name must contain the name of the template for which it applies: ui.modern.form.TEMPLATE_NAME.content_type

The default content-type for search results page is text/html. This option allows you to specify a custom content type if your template doesn’t return HTML.

Default Value

No value - text/html will be used as a fallback.

Examples

If you have a custom template named csv-export.ftl that outputs CSV data:

ui.modern.form.csv-export.content_type=text/csv

If you have a custom template named json.ftl that outputs JSON data:

ui.modern.form.json.content_type=application/json