Looking for location of content templates

mahudg2
Kilo Expert

I was looking at the content of a cms block I noticed the line below

 

<g:inline template="welcome_content.xml"/>

 

that seemed to be pulling it's content from an xml file. Where could I possibly find this file to edit?

 

Thanks in advance!

7 REPLIES 7

eican
Kilo Guru

Try the formatter module. Some XML files show up in there some don't (e.g. The XML for the activity formatter does not show up)


unfortunately no luck there.


abesancon
Giga Contributor

Hi,


if you are looking for the text in Login page, you will find it in System UI -> Welcome Page Content.


The section your are looking for has the following name:


Welcome to ${gs.getProperty('glide.product.name', 'ServiceNow')}



Then you will be able to modify the text as you want. It's not a strictly XML file but I think it will answer your question.



Regards.


If your main goal is to replace "ServiceNow" with your own custom text you could simply modify the system property 'glide.product.name'.


If it doesn''t exist just created it with a type of String and give it your own value.