"group" type description is not displayed

papi Jo's picture

In the H5P contents semantics.json files the "group" type like other types can have a "description". However, that description does not get displayed! Here is an example taken from the dialogcards activity:

"name": "behaviour",
    "type": "group",
    "label": "Behavioural settings.",
    "description": "These options will let you control how the task behaves.",
    "optional": true,
    "fields": [
      {
        "name": "enableRetry",

Description text is never displayed, see attached screenshot.

On the other hand, the description text attached to Text overrides and translations field is displayed!

tim's picture

This is certainly a bug. I'm not really sure why it has gone unreported for such a long time. I've made an issue for it, there's a bit of work in the pipeline but hopefully we can get round to it or perhaps someone from the community could make a pull request:

https://h5ptechnology.atlassian.net/browse/HFP-454