Anpassung an neue Editoren und Verbesserungen im Handling der Bilder im FileSystem

This commit is contained in:
2016-09-28 13:31:39 +00:00
parent f0a74fd27c
commit d6e60b68ba
3 changed files with 39 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ if (ENVIRONMENT === 'local')
elseif (ENVIRONMENT === 'production')
{
$svjf['editorUrl'] = $vC['portal']['arrHost']['scheme'] . '://rist-editors.ri-st.de/';
$svjf['editorVersion'] = '1.0.1';
$svjf['editorVersion'] = '1.0.2';
}
$svjf['webserviceUrl'] = $vC['portal']['hostUrl'] . '/webservices/remote_data.php';
$svjf['grid'] = 24;