Hi,
I am able to successfully get "hint" settings to work. But, you are correct, it doesn't appear that "labelTooltip" or "controlTooltip" options work. I don't see anywhere in DSpace 7 where we use those tooltip options though. So, it's very possible that is either a bug in the ng-dynamic-forms library (
https://github.com/udos86/ng-dynamic-forms) which we use for these fields, or maybe a bug in how DSpace is using that library?
I updated it to say this:
new DynamicTextAreaModel({
id: 'description',
name: 'dc.description',
hint: 'Please fill out a description of the Collection'
}),
And, I can see the results updated in the Collection form.
You are correct that in DSpace 7, currently the Community & Collection forms are not configurable except by modifying the Angular code.
Tim