Hi, could you please help? My company where I wor...
# gd-beginners
t
Hi, could you please help? My company where I work has several BI created for different clients. One of the clients is wanting me to return the original good data designer. Is it possible to make this change just for a single project? currently the good data designer looks like this.
f
Hi Tomas! What do you mean by “original designer”? Based on the screenshot, I can see that this workspace has both the Pixel Perfect (legacy) UI as well as the newer Responsive UI enabled at the same time. The Responsive UI can be accessed by selecting the KPIs and Analyze tabs.
t
Would it be possible to change this workspace with both Pixel Perfect (legacy) to another? just a construction space project? previously he was an all-white designer.
f
It is possible to disable PixelPerfect, and have only the newer UI on the workspace by customizing the Platform Settings. Access the Settings endpoint on URL:
Copy code
https://{<http://your.domain.com|your.domain.com>}/gdc/projects/{workspace_id}/config/
And look for the setting
hidePixelPerfectExperience
and configure it to
true
. Refer to the article for more detailed instructions. If the above isn’t what you’re looking for, would you be able to show me a screenshot of the desired end-state?
t
That's not it yet, the look was like that previously. the flaps were different and the background was white and gray.
Now it looks like this, the flaps are different and the background is all white.
image.png
m
You will need to configure the setting
newUIEnabled
to “classic”. The other two values are “indigo” (by default) and “modern”
t
Where can I do this configuration? @Moises Morales
m
You can do it from the same endpoint:
https://{<http://your.domain.com|your.domain.com>}/gdc/projects/{workspace_id}/config/
, please note this will only apply the theme at the workspace level
t
@Moises Morales I understood, I just didn't understand that part you said. The other two values ​​are “indigo” (by default) and “modern” I will create 3 newUIEnabled configurations, one with classic and one indigo and one modern?
m
Sorry for not being clear, I meant to say that the theme you are looking for is “classic” (you only have to set the value “classic” once) however, there are other two themes you can apply to the workspace if you want; for example, to change the theme back to default, set the platform setting newUIEnabled to “indigo”.
🙌 1