HTML tokens used in theme page loading

3
Hi everyone,   In the HTML files in the theme folder, you can find replacement tokens such as: {{themecss}} {{appicons}} {{manifest}} {{startupimages}} Is there a list of all the available tokens?   What I am looking for is a token to replace the <h1 id=”appHeader”> content with the actual application name. So I would need a token that contains the application name.
asked
1 answers
1

Not aware of such a list, probably an internal Mx token.

However you can reach the same by another way;

1 – use the fortmatstring to render HTML code as string

2 – create a Entity/attribute : HTMLSourceCode and fill in the h1 with the app name dynamically (before loading the page f.i.)

 

answered