cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to set learningAppProjectMode parameter

gabor_karvaj
Explorer
0 Likes
422

Hello Team,

One of our projects would like to use the Learning Center content in Demo mode, so I added the following parameter to their js:

learningAppProjectMode: "demo",

/the same syntax is used for other parameters/

but the Learning Center content is still in Practice mode after several attempts.

I tried to add new content to their Learning Center page assuming that the Demo mode might be used only for new content, but the new content is also in Practice mode.

Is there a setting in Producer or another parameter that overwrites the 'learningAppProjectMode' parameter?

Thank you for your advice in advance.

Accepted Solutions (1)

Accepted Solutions (1)

DirkManuel
Active Contributor
0 Likes

How are you specifying the parameter, and where? I've specified it in the URL as help-learningAppProjectMode=demo and it works as expected. In the application it would be learningAppProjectMode=demo. Make sure the parameter list in the URL is introduced by "?" and individual parameters are separated by "&". In the URL, parameters are separated by semicolons (and obviously you don't have a "?" at the start).

Answers (1)

Answers (1)

gabor_karvaj
Explorer
0 Likes

Hello Dirk, thank you for your help!