@inherits Custom.Hybrid.Razor14
@using ToSic.Razor.Blade;
<!-- unimportant stuff, hidden -->
<div @Sys.PageParts.InfoWrapper()>
@Html.Partial("../shared/DefaultInfoSection.cshtml")
<div @Sys.PageParts.InfoIntro()>
<h2>Formulas affecting Groups of Fields</h2>
<p>We'll show you examples where formulas can be applied to change visibility, collpased, Help Text and more.</p>
@Html.Partial("./Part NowUsingV2.cshtml")
</div>
</div>
@Html.Partial("../shared/WarnAnonymousIfFeatureIsOff.cshtml")
@{ var specs = Sys.SourceCode.Formulas.Specs(
title: "Group visibility",
instructions: "This formula determines the visibility of the Advanced settings group. The group becomes visible, when the Advanced toggle is active.",
contentType: "FormulasVisibleGroup",
field: "AdvancedSettings"
);}
@* Footer *@
@Html.Partial("../Shared/Layout/FooterWithSource.cshtml", new { Sys = Sys })