Hi, ich want to set the vocabulary used on a custom memberdata select field in the profile.
When i create such a field through the web an export the memberdata tool and/or memberdata properties on the Site Configuration Export Steps, i end up with xml only defining a property of type string, without the vocabulary definition.
<?xml version="1.0" encoding="utf-8"?>
<object name="portal_memberdata" meta_type="PlonePAS MemberData Tool">
...
<property name="neues_feld" type="string"></property>
</object>
Where do i define the vocabulary for a string property field with select in the profile ?