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: docs/Setup/Configuration.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,8 @@ The appsettings.json file has a lot of options to customize the content of the b
67
67
"ContainerName": "",
68
68
"CdnEndpoint": ""
69
69
},
70
-
"UseMultiAuthorMode": false
70
+
"UseMultiAuthorMode": false,
71
+
"EnableTagDiscoveryPanel": true
71
72
}
72
73
```
73
74
@@ -113,3 +114,4 @@ The appsettings.json file has a lot of options to customize the content of the b
113
114
| ContainerName | string | The container name for the image storage provider |
114
115
| CdnEndpoint | string | Optional CDN endpoint to use for uploaded images. If set, the blog will return this URL instead of the storage account URL for uploaded assets. |
115
116
| UseMultiAuthorMode | boolean | The default value is `false`. If set to `true` then author name will be associated with blog posts at the time of creation. This author name will be fetched from the identity provider's `name` or `nickname` or `preferred_username` claim property. |
117
+
| EnableTagDiscoveryPanel | boolean | The default value is `true`. Enables the Tag Discovery Panel, which helps users discover topics by browsing popular tags. |
0 commit comments