volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class change on content area

Hi,

We have some issues in the cms after upgrading to epi 7.5.

In epi 7 the content area looks like this

<div class="epi-editContainer" data-epi-property-name="MainContentArea" data-epi-use-mvc="True" data-epi-property-rendersettings=../>

in epi 7.5 the content area look like this

<div class="OurCssClass" data-epi-property-name="MainContentArea" data-epi-use-mvc="True" data-epi-property-rendersettings=..>

where "OurCssClass" is the class that we set in @Html.PropertyFor(......new { CssClass = "OurCssClass"..).

Is it supposed to be this way?

#81232
Feb 12, 2014 9:55

Just for reference its the same on the Epi alloy demo site.

Epi 7:

<div data-epi-property-name="MainContentArea" data-epi-property-rendersettings="{"cssclass":"row equal-height","tag":"span12"}" class="clearfix">

Epi 7.5:

<div class="row equal-height epi-editContainer" data-epi-property-name="mainContentArea" data-epi-property-rendersettings="{"cssclass":"row equal-height","tag":"span12"}" style="min-height: 940px;">

#81245
Feb 12, 2014 14:42
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.