Getting rid of the config file and implementing an appSetting instead

This commit is contained in:
Elitsa Marinovska
2021-03-24 15:28:06 +01:00
parent 3393ac8d03
commit eabfa7f414
6 changed files with 37 additions and 23 deletions

View File

@@ -148,7 +148,6 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Content Include="Config\content.dashboard.access.config.js" />
<Content Include="Config\grid.editors.config.js" />
<Content Include="Config\Lang\cs-CZ.user.xml" />
<Content Include="Config\Lang\da-DK.user.xml" />

View File

@@ -1,22 +0,0 @@
[
{
"Type": "grant",
"Value": "admin"
},
{
"Type": "grant",
"Value": "editor"
},
{
"Type": "grant",
"Value": "sensitiveData"
},
{
"Type": "grant",
"Value": "translator"
},
{
"Type": "grant",
"Value": "writer"
}
]

View File

@@ -37,6 +37,7 @@
<add key="Umbraco.Core.TimeOutInMinutes" value="20" />
<add key="Umbraco.Core.DefaultUILanguage" value="en-US" />
<add key="Umbraco.Core.UseHttps" value="false" />
<add key="Umbraco.Core.AllowContentDashboardAccessToAllUsers" value="true"/>
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
<add key="webpages:Enabled" value="false" />