Skip to content

Config Settings

ckanext.content.schemas

List of paths to YAML files that define custom content types.

ckanext.content.schemas =
    ckanext.content:schemas/content/page.yaml
    ckanext.content:schemas/content/blog.yaml

ckanext.content.presets

List of paths to files that define reusable field configurations.

ckanext.content.presets =
    ckanext.content:schemas/content/presets.yaml
    ckanext.scheming:presets.json

ckanext.content.form_snippets_path

Additional paths to search for form snippet templates.

ckanext.content.form_snippets_path =
    content/form_snippets/
    scheming/form_snippets/

ckanext.content.display_snippets_path

Additional paths to search for display snippet templates.

ckanext.content.display_snippets_path =
    content/display_snippets/
    scheming/display_snippets/