All GET methods for the module Publications have been integrated.

- Create new folder for publications have been integrated.
- Adicional touch to display the data in a more friendly way added.
This commit is contained in:
Tiago Kayaya
2020-12-09 12:10:19 +01:00
parent 793eeb8249
commit 21cb7d5e96
121 changed files with 2689 additions and 116 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"appId": "com.gpr.gabinetedigital",
"appName": "gabinete-digital",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "www",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {
"preferences": {
"ScrollEnabled": "false",
"BackupWebStorage": "none",
"SplashMaintainAspectRatio": "true",
"FadeSplashScreenDuration": "300",
"SplashShowOnlyFirstTime": "false",
"SplashScreen": "screen",
"SplashScreenDelay": "3000"
}
}
}