mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Disabling spellcheck on layer rule editor.
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
|
||||
<fieldset>
|
||||
@Html.LabelFor(layer => layer.LayerRule, T("Layer Rule"))
|
||||
@Html.TextAreaFor(layer => layer.LayerRule)
|
||||
@Html.TextAreaFor(layer => layer.LayerRule, new { spellcheck = "false" })
|
||||
<span class="hint">@T("An expression that evaluates to true when the widgets in this layer must be displayed. See <a href=\"http://docs.orchardproject.net/Documentation/Managing-widgets#AddingaLayer\">http://docs.orchardproject.net/Documentation/Managing-widgets#AddingaLayer</a> for more information.")</span>
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user