Hi,
it would be nice to display metadata using the same groups defined while editing. A simple solution can be extending package_additional_info section in additional_info.html snippet to add an extra row to show the group title and description, if any:
Hi, it would be nice to display metadata using the same groups defined while editing. A simple solution can be extending
package_additional_info
section inadditional_info.html
snippet to add an extra row to show the group title and description, if any:https://github.com/ckan/ckanext-scheming/blob/8646a9dce79aa0b5a46274271ca6330dc0870b92/ckanext/scheming/templates/scheming/package/snippets/additional_info.html#L13-L17
This is an example on how to do it:
This would not work with the main section though, as
owner
belongs to the excluded field, so a more complex logic should be implemented for that.What are your thoughts on that?