Try our conversational search powered by Generative AI!

change default title of EPiServer Editor UI

Vote:
 

hi there,

Has anyone ever changed the EPiServer Editor's UI title from 'EPiServer xxx - xxx' to customised one? If so, how this could be done?

Thanks,

Lan

#175133
Feb 13, 2017 17:49
Vote:
 

Hi,
Yes it is possible, but not supported. We do not treat the resource key structure for this area part of our public API. So if you do change this it is not 100% it will work in the future.

If you e.g. are running AlloyMvc you can add this resource key structure to Views.xml

<episerver>
<cms>
<homeview>
<title>My Custom title</title>
</homeview>
</cms>
</episerver>



When the resources are applied using the FileXmlLocalizationProvider, which is the case in AlloyMVC, the files are sorted on file name.
So to make it more likely that you resource key will be applied you can rename the file to e.g. _Views.xml.

#175480
Feb 21, 2017 16:25
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.