Details
-
Improvement
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
None
-
Pulsar
-
!Pulsar - Site Mgmt APIs & UI
Description
In case you have a ChannelInfo something like:
@FieldGroupList({ @FieldGroup( titleKey = "SPA Channel", value = { "org.hippoecm.hst.configuration.channel.SpaChannelInfo_spaULR"} ) }) public interface SpaChannelInfo extends ChannelInfo { String SPA_URL_PROPERTY_NAME = "org.hippoecm.hst.configuration.channel.SpaChannelInfo_spaULR"; @Parameter(name = SPA_URL_PROPERTY_NAME, displayName = "SPA URL") String getSpaURL(); }
The 'displayName' is not used. Although there seems to be support for i18nResources which are present in the json, this seems unhandy to me and requires resource bundles (a resource bundle document). If the i18nResources are not present, just the 'displayName' should be used