Hi,
I am upgrading our CMS to a newer version to 12.3.2 and are still using the same ClientResources below.
@ClientResources.RenderResources("ShellCore") @ClientResources.RenderResources("ShellCoreLightTheme") <link rel="stylesheet" type="text/css" href="@Paths.ToShellClientResource("ClientResources/epi/themes/legacy/ShellCore.css")" /> <script type="text/javascript" src="@Paths.ToShellClientResource("ClientResources/ShellCore.js")"></script> <link rel="stylesheet" type="text/css" href="@Paths.ToShellClientResource("ClientResources/epi/themes/legacy/ShellCoreLightTheme.css")" />
Expectation is something like this
Current view is
HTML code:
Is there a new ClientResource to use specific to nav bars?
I think @Html.CreatePlatformNavigationMenu() is what you need to add.
@Html.CreatePlatformNavigationMenu
()
Refer to: https://docs.developers.optimizely.com/content-cloud/v12.0.0-content-cloud/docs/adding-and-configuring-menu-items
Hi,
I am upgrading our CMS to a newer version to 12.3.2 and are still using the same ClientResources below.
Expectation is something like this
Current view is
HTML code:
Is there a new ClientResource to use specific to nav bars?