Part 3 filed valiation and customization
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -265,3 +265,4 @@ src/SplashPage.Migrator/secrets.json
|
||||
/src/SplashPage.Web.Mvc/App_Data/Logs/Logs.txt.9
|
||||
/src/SplashPage.Web.Mvc/App_Data/Logs/Logs.txt.8
|
||||
/src/SplashPage.Web.Mvc/App_Data/Logs/Logs.txt.5
|
||||
/src/SplashPage.Web.Mvc/App_Data/Configuration/captive_portal_config.json
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"Title": "Title custom 2",
|
||||
"Subtitle": "Subtitulo custom",
|
||||
"TermsAndConditions": "<h1 class=\"\"><u>Terminos y condiciones de la pagina de sultanes</u></h1><h1 class=\"\"><font color=\"#000000\" style=\"background-color: rgb(255, 255, 0);\"></font></h1>",
|
||||
"LogoImages": [
|
||||
{
|
||||
"Path": "/images/Nazan/logo/Nazan-logo-1.jpg",
|
||||
"FileName": "Nazan-logo-1.jpg",
|
||||
"IsSelected": false
|
||||
},
|
||||
{
|
||||
"Path": "/images/Nazan/logo/Nazan-logo-2.png",
|
||||
"FileName": "Nazan-logo-2.png",
|
||||
"IsSelected": true
|
||||
},
|
||||
{
|
||||
"Path": "/images/Nazan/logo/Nazan-logo-3.png",
|
||||
"FileName": "Nazan-logo-3.png",
|
||||
"IsSelected": false
|
||||
}
|
||||
],
|
||||
"BackgroundImages": [
|
||||
{
|
||||
"Path": "/images/Nazan/background/Nazan-background-1.jpg",
|
||||
"FileName": "Nazan-background-1.jpg",
|
||||
"IsSelected": false
|
||||
},
|
||||
{
|
||||
"Path": "/images/Nazan/background/Nazan-background-2.jpg",
|
||||
"FileName": "Nazan-background-2.jpg",
|
||||
"IsSelected": false
|
||||
}
|
||||
],
|
||||
"SelectedLogoImagePath": "/images/Nazan/logo/Nazan-logo-3.png",
|
||||
"SelectedBackgroundImagePath": "/images/Nazan/background/Nazan-background-2.jpg",
|
||||
"BackgroundColor": "#00000099",
|
||||
"ButtonBackgroundColor": "#d63850",
|
||||
"ButtonTextColor": "#ffffff",
|
||||
"ButtonIcon": "wifi"
|
||||
}
|
||||
Reference in New Issue
Block a user