You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/reference/configuration/globalsettings.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: "Information on the global settings section"
4
4
5
5
# Global Settings
6
6
7
-
Global settings contains at set of global settings for the CMS such as default UI language, reserved urls, and much more. All of these, except for SMTP settings contains default values, meaning that all configuration is optional, unless you wish to send emails from your site.
7
+
Global settings contains at set of global settings for the CMS such as default UI language, reserved urls, and much more. All of these, except for Simple Mail Transfer Protocol (SMTP) settings contains default values, meaning that all configuration is optional, unless you wish to send emails from your site.
8
8
9
9
The following snippet contains all the available options, with default values, and some example values for the required keys `From`, `Host`, and `Port` keys of the SMTP settings:
10
10
@@ -121,28 +121,28 @@ When this value is set above 0, the backoffice will check for a new version of U
121
121
Key: `IconsPath`
122
122
Type: `string` (default: `umbraco/assets/icons`)
123
123
124
-
By adding this value you can specify a new/different folder for storing your icon resources. It's important to be aware of NetCore's limitations regarding serving static file content. By default, static content will only be served from the `wwwroot` folder.
124
+
By adding this value you can specify a new/different folder for storing your icon resources. It's important to be aware of .NET Core's limitations regarding serving static file content. By default, static content will only be served from the `wwwroot` folder.
125
125
126
126
### Umbraco CSS path
127
127
128
128
Key: `UmbracoCssPath`
129
129
Type: `string` (default: `~/css`)
130
130
131
-
By adding this you can specify a new/different folder for storing your CSS files, and still be able to edit them within Umbraco. It's also important to be aware of NetCores limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
131
+
By adding this you can specify a new/different folder for storing your CSS files, and still be able to edit them within Umbraco. It's also important to be aware of .NET Core's limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
132
132
133
133
### Umbraco scripts path
134
134
135
135
Key: `UmbracoScriptsPath`
136
136
Type: `string` (default: `~/scripts`)
137
137
138
-
By adding this you can specify a new/different folder for storing your script/js files, and still be able to edit them within Umbraco. It's also important to be aware of NetCores limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
138
+
By adding this you can specify a new/different folder for storing your script/js files, and still be able to edit them within Umbraco. It's also important to be aware of .NET Core's limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
139
139
140
140
### Umbraco media path
141
141
142
142
Key: `UmbracoMediaPath`
143
143
Type: `string` (default: `~/media`)
144
144
145
-
By adding this you can specify a new/different folder for storing your media files, and still be able to edit them within Umbraco. It's also important to be aware of NetCores limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
145
+
By adding this you can specify a new/different folder for storing your media files, and still be able to edit them within Umbraco. It's also important to be aware of .NET Core's limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
146
146
147
147
### Umbraco media physical root path
148
148
@@ -243,7 +243,7 @@ By adding this settings to the appsettings.json you will be able to send out ema
243
243
244
244
### From
245
245
246
-
Specifies the default address emails will be sent from, this setting may be overridden some place, such as when inviting a user, where the email of the user sending the invite will be used instead. The format of the address follows the RFC 822 standard so you can include a friendly name using the format `"Friendly Name <[email protected]>"`
246
+
Specifies the default address emails will be sent from, this setting may be overridden some place, such as when inviting a user, where the email of the user sending the invite will be used instead. The format of the address follows the Request for Comments (RFC) 822 standard so you can include a friendly name using the format `"Friendly Name <[email protected]>"`
Copy file name to clipboardExpand all lines: 16/umbraco-cms/reference/configuration/globalsettings.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ description: "Information on the global settings section"
4
4
5
5
# Global Settings
6
6
7
-
Global settings contains at set of global settings for the CMS such as default UI language, reserved urls, and much more. All of these, except for SMTP settings contains default values, meaning that all configuration is optional, unless you wish to send emails from your site.
7
+
Global settings contains at set of global settings for the CMS such as default UI language, reserved urls, and much more. All of these, except for Simple Mail Transfer Protocol (SMTP) settings contains default values, meaning that all configuration is optional, unless you wish to send emails from your site.
8
8
9
-
The following snippet contains all the available options, with default values, and some example values for the required keys `From`, `Host` and `Port` keys of the SMTP settings:
9
+
The following snippet contains all the available options, with default values, and some example values for the required keys `From`, `Host`, and `Port` keys of the SMTP settings:
10
10
11
11
```json
12
12
"Umbraco": {
@@ -121,28 +121,28 @@ When this value is set above 0, the backoffice will check for a new version of U
121
121
Key: `IconsPath`
122
122
Type: `string` (default: `umbraco/assets/icons`)
123
123
124
-
By adding this value you can specify a new/different folder for storing your icon resources. It's important to be aware of NetCore's limitations regarding serving static file content. By default, static content will only be served from the `wwwroot` folder.
124
+
By adding this value you can specify a new/different folder for storing your icon resources. It's important to be aware of .NET Core's limitations regarding serving static file content. By default, static content will only be served from the `wwwroot` folder.
125
125
126
126
### Umbraco CSS path
127
127
128
128
Key: `UmbracoCssPath`
129
129
Type: `string` (default: `~/css`)
130
130
131
-
By adding this you can specify a new/different folder for storing your CSS files, and still be able to edit them within Umbraco. It's also important to be aware of NetCores limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
131
+
By adding this you can specify a new/different folder for storing your CSS files, and still be able to edit them within Umbraco. It's also important to be aware of .NET Core's limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
132
132
133
133
### Umbraco scripts path
134
134
135
135
Key: `UmbracoScriptsPath`
136
136
Type: `string` (default: `~/scripts`)
137
137
138
-
By adding this you can specify a new/different folder for storing your script/js files, and still be able to edit them within Umbraco. It's also important to be aware of NetCores limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
138
+
By adding this you can specify a new/different folder for storing your script/js files, and still be able to edit them within Umbraco. It's also important to be aware of .NET Core's limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
139
139
140
140
### Umbraco media path
141
141
142
142
Key: `UmbracoMediaPath`
143
143
Type: `string` (default: `~/media`)
144
144
145
-
By adding this you can specify a new/different folder for storing your media files, and still be able to edit them within Umbraco. It's also important to be aware of NetCores limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
145
+
By adding this you can specify a new/different folder for storing your media files, and still be able to edit them within Umbraco. It's also important to be aware of .NET Core's limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
146
146
147
147
### Umbraco media physical root path
148
148
@@ -243,7 +243,7 @@ By adding this settings to the appsettings.json you will be able to send out ema
243
243
244
244
### From
245
245
246
-
Specifies the default address emails will be sent from, this setting may be overridden some place, such as when inviting a user, where the email of the user sending the invite will be used instead. The format of the address follows the RFC 822 standard so you can include a friendly name using the format `"Friendly Name <[email protected]>"`
246
+
Specifies the default address emails will be sent from, this setting may be overridden some place, such as when inviting a user, where the email of the user sending the invite will be used instead. The format of the address follows the Request for Comments (RFC) 822 standard so you can include a friendly name using the format `"Friendly Name <[email protected]>"`
0 commit comments