Resources Control Setup

I’m guessing there’s some ill formatted code around it? Can you show us the entire properties file? If so we can see if we can spot the error for you…

The following code example for the Resource control works:

{
    "groups": [{
        "title": "Resource Example",
        "properties": [{
            "title": "Resource",
            "property": "resource",
            "resource": {}
        }]
    }]
}