Can't open the constraint dropdowns of the relationship field

Hi again everyone,

So I had an update from the team. This was a due to be released last week as you know, but during the process another bug was discovered and this had to be moved back and reworked. The team is working hard on this, but there won't be a fix released this week.

Fortunately though there is a workaround! In the custom type builder, select the 'JSON Editor' tab, find your content relationship and add your constraint here with the "customtypes" : [ "" ], option. You can see below I've added a constraint to my author custom type.

    "author_link" : {
      "type" : "Link",
      "config" : {
        "select" : "document",
        "customtypes" : [ "author" ],
        "label" : "Author Link"
      }
    },

Hopefully this workaround should help you all advance with your projects for the moment. In the meantime we'll keep working on this and we are again sorry for any inconvenience this is causing you.

Thanks.