Show Support Education Research - enable automatically

That’s a good question, because it allows me to re-raise the question that didn’t get answered on the other thread:

What’s the correct tutor-plugin syntax for putting fields, which according to other documentation, are multi-line?

E.g. Is

REGISTRATION_EXTRA_FIELDS:
    country: required
    city: hidden

Some sort of dictionary and thus should be turned into

REGISTRATION_EXTRA_FIELDS = {
    country: required,
    city: hidden
}

? The Tutor documentation for plugins doesn’t really cover this…