-
+
@T["The Link Text as it will be shown in the tree."]
-
+
@T["The url of the link. A link will be shown only if it or one of their children have a url. The url will be relative to the root of the admin site"]
-
+
@T["The priority of this link to be displayed as active instead of another one when both are pointing to the same url. The link with the highest value has the active status in the navigation."]
-
+
@T["The position order of this link in the admin menu."]
@T["The hint text to display for this field on the editor."]
@@ -10,7 +10,7 @@
-
+
@T["The text associated to the checkbox."]
diff --git a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/ContentPickerFieldSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/ContentPickerFieldSettings.Edit.cshtml
index f8d2ebadfff..f741b50aec1 100644
--- a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/ContentPickerFieldSettings.Edit.cshtml
+++ b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/ContentPickerFieldSettings.Edit.cshtml
@@ -27,23 +27,23 @@
-
+
-
-
+
@T["Content Types"]
-
+
@T["Stereotype"] @T["All content types of these Stereotypes"]
@@ -52,21 +52,21 @@
- @T["Stereotypes"]
+ @T["Stereotypes"]@T["The Stereotypes of the content types that this field can contain. You may define multiple Stereotypes using the comma (,) as a separator"]
- @T["Content Types"]
+ @T["Content Types"]@T["The content types to display. Choose at least one."]
@await Component.InvokeAsync("SelectContentTypes", new { selectedContentTypes = Model.DisplayedContentTypes, htmlName = Html.NameFor(m => m.DisplayedContentTypes) })
- @T["Hint"]
+ @T["Hint"]
@T["The hint text to display for this field on the editor."]
@@ -74,7 +74,7 @@
- @T["Title Pattern"]
+ @T["Title Pattern"]
@T["The pattern used to render the title in content picker. With Liquid support."]
diff --git a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/DateFieldSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/DateFieldSettings.Edit.cshtml
index b46782340ae..ae7800a9d15 100644
--- a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/DateFieldSettings.Edit.cshtml
+++ b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/DateFieldSettings.Edit.cshtml
@@ -10,7 +10,7 @@
- @T["Hint"]
+ @T["Hint"]
@T["The hint text to display for this field on the editor."]
diff --git a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/DateTimeFieldSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/DateTimeFieldSettings.Edit.cshtml
index b41ada0da4a..3d379b380ca 100644
--- a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/DateTimeFieldSettings.Edit.cshtml
+++ b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/DateTimeFieldSettings.Edit.cshtml
@@ -10,7 +10,7 @@
- @T["Hint"]
+ @T["Hint"]
@T["The hint text to display for this field on the editor."]
diff --git a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldMonacoEditorSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldMonacoEditorSettings.Edit.cshtml
index 0187c9b1852..073313e2b46 100644
--- a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldMonacoEditorSettings.Edit.cshtml
+++ b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldMonacoEditorSettings.Edit.cshtml
@@ -8,7 +8,7 @@
- @T["Enter the editor options, language is always set to `html` when saved."]
+ @T["Enter the editor options, language is always set to `html` when saved."]@T["Documentation for options"]
diff --git a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldSettings.Edit.cshtml
index 44096cfa378..9d5272ac6d0 100644
--- a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldSettings.Edit.cshtml
+++ b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldSettings.Edit.cshtml
@@ -2,7 +2,7 @@
- @T["Hint"]
+ @T["Hint"]
@T["The hint text to display for this field on the editor."]
diff --git a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldTrumbowygEditorSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldTrumbowygEditorSettings.Edit.cshtml
index 44f6babfcc4..56bafead1b9 100644
--- a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldTrumbowygEditorSettings.Edit.cshtml
+++ b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldTrumbowygEditorSettings.Edit.cshtml
@@ -9,7 +9,7 @@
- @T["Hint for the url"]
+ @T["Hint for the url"]@T["The hint text to display for the url on the editor."]
- @T["Hint for the text"]
+ @T["Hint for the text"]@T["The hint text to display for the text of the link on the editor."]
- @T["Watermark for the url"]
+ @T["Watermark for the url"]@T["A hint (placeholder) to display when the input of the url is empty."]
- @T["Watermark for the text"]
+ @T["Watermark for the text"]@T["A hint (placeholder) to display when the input of the text is empty."]
- @T["Default value of the url"]
+ @T["Default value of the url"]@T["A valid url proposed when creating a content item."]
- @T["Default value of the text"]
+ @T["Default value of the text"]@T["The default link text proposed when creating a content item."]
diff --git a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/LocalizationSetContentPickerFieldSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/LocalizationSetContentPickerFieldSettings.Edit.cshtml
index 6952e931c7c..c8a62e666e5 100644
--- a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/LocalizationSetContentPickerFieldSettings.Edit.cshtml
+++ b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/LocalizationSetContentPickerFieldSettings.Edit.cshtml
@@ -18,14 +18,14 @@
- @T["Content Types"]
+ @T["Content Types"]@T["The content types to display. Choose at least one."]
@await Component.InvokeAsync("SelectContentTypes", new { selectedContentTypes = Model.DisplayedContentTypes, htmlName = Html.NameFor(m => m.DisplayedContentTypes) })
- @T["Hint"]
+ @T["Hint"]
@T["The hint text to display for this field on the editor."]
diff --git a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/MultiTextFieldSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/MultiTextFieldSettings.Edit.cshtml
index 2731cf751ff..40000d035e4 100644
--- a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/MultiTextFieldSettings.Edit.cshtml
+++ b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/MultiTextFieldSettings.Edit.cshtml
@@ -10,7 +10,7 @@
- @T["Hint"]
+ @T["Hint"]@T["The hint text to display for this field on the editor."]
@@ -75,12 +75,12 @@
- @T["Options"]
+ @T["Options"]@T["A JSON representation of the allowed values, e.g. {0}", "[ { name: 'First option', value: 'option1' }, { name: 'Second option', value: 'option2' } ]"]
- @T["Default value"]
+ @T["Default value"]@T["(Optional) The default to assign to the text field."]