Forum Discussion

patr0805's avatar
patr0805
Regular Visitor
8 years ago
Solved

Cannot add a property to Format->general

Okay I am new to all this and have now spent many hours now trying to fix this problem to no avail. I think its about time I hear if the community has any suggestion.   I am currently writing some ...
  • patr0805's avatar
    patr0805
    8 years ago

    I found the issue by complete chance, Apparently type must not be false (I thought it was default value) in type in capabilities, so it must be defined like.

     

                    "sortByName": {
                        "displayName": "Sort by name",
                        "displayNameKey": "Visual_SortTasks",
                        "type": {
                            "bool": true
                        }
                    },

    Now it appears