mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Merge branch 'dev' into feature/recipesteps
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<legend>@T("Choose what to save for these types:")</legend>
|
<legend>@T("Choose what to save for these types:")</legend>
|
||||||
<div>
|
<div>
|
||||||
@Html.EditorFor(m => m.Metadata)
|
@Html.EditorFor(m => m.Metadata)
|
||||||
@Html.LabelFor(m => m.Metadata, T("Batch Size").ToString(), new { @class = "forcheckbox" })
|
@Html.LabelFor(m => m.Metadata, T("Metadata").ToString(), new { @class = "forcheckbox" })
|
||||||
@Html.Hint(T("Metadata is the definition of your content types: what parts and fields they have, with what settings."))
|
@Html.Hint(T("Metadata is the definition of your content types: what parts and fields they have, with what settings."))
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user