Dynamic page title

Hi All,

why does it not work ?
image

You need to set the App Root to Page:

Screenshot_10

:+1:
it works !
What is the diffence beetween those two options ?

When you apply it to the Page, the special is="dmx-app" attribute gets added to the <html> tag:

<html is="dmx-app">

When you apply it to the Body, it gets applied to the body:

<body id="yourid" is="dmx-app">

when applied to the Page, App Connect renders the dynamic expressions in the head tags.

2 Likes

Seems this can no longer be done in PHP? Used to work …

This picker is only available for NodeJS and this has never been done through a picker. You add the dynamic data in the code directly.

1 Like