fix(umbraco): update doc to describe it looks for the key umbracoconfigurationstatus

This commit is contained in:
Warren Buckley 2023-10-30 10:51:19 +00:00 committed by Jan De Dobbeleer
parent 37ed322bb8
commit 9003be7be0

View file

@ -17,7 +17,7 @@ The segment will only show based on the following logic
* Legacy Umbraco (.NET Framework)
* Check to see if the current folder contains a web.config
* Open the XML and look for AppSettings keys
* If umbraco is installed it has a setting called umbraco.core.configurationstatus
* If umbraco is installed it has a setting called umbraco.core.configurationstatus OR umbracoConfigurationStatus
* Read the value inside this AppSetting to get its version
## Sample Configuration