* TourController now uses the core tours from embedded resources * Moved tinyMceConfig.*.config to IOptions * Embedded the default grid.editors.config.js * Fixed issue when saving grid with an empty media cell * Logviewer now uses sql as database instead of file. * Remove config folder from build script and nuget pacakges. * Removing auto-generated Id added to appsettings.json * Update src/Umbraco.Web.BackOffice/Controllers/TourController.cs Co-authored-by: Elitsa Marinovska <elm@umbraco.dk> Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
47 lines
989 B
JSON
47 lines
989 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information"
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Async",
|
|
"Args": {
|
|
"configure": [
|
|
{
|
|
"Name": "Console"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Umbraco": {
|
|
"CMS": {
|
|
"Global": {
|
|
"Smtp": {
|
|
//"From": "your@email.here",
|
|
//"Host": "localhost",
|
|
// "Port": "25"
|
|
}
|
|
},
|
|
"Hosting": {
|
|
"Debug": true
|
|
},
|
|
"RichTextEditor": {
|
|
"Commands" : [
|
|
{
|
|
"Alias": "fullscreen",
|
|
"Name": "Full Screen",
|
|
"Mode": "All"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
"fullscreen"
|
|
]
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|