tutor-mfe set SITE_NAME env variable of mfe to equal
PLATFORM_NAME config value, however in case it has a space, this
would result SITE_NAME to be empty.
This change prefix space with \ as, i.e My Site becaomse
My\ Site.
Before this might not has been issued because all values were
wrapped with ' hence #56
To test this change (you have to be in production mode)
Set your PLATFORM_NAME to any thing that incldues space
Build the mfe image
Check document.title in dev console of any mfe
It will not incldue PLATFORM_NAME
After applying this patch, the last step above, should result
the PLATFORM_NAME i.e. "Learning | PLATFORM_NAME"
tutor-mfe set SITE_NAME env variable of mfe to equal PLATFORM_NAME config value, however in case it has a space, this would result SITE_NAME to be empty. This change prefix space with \ as, i.e My Site becaomse My\ Site. Before this might not has been issued because all values were wrapped with ' hence #56
To test this change (you have to be in production mode)
document.title
in dev console of any mfeIt will not incldue PLATFORM_NAME
After applying this patch, the last step above, should result the PLATFORM_NAME i.e. "Learning | PLATFORM_NAME"