Code-Formatierungen und Anpassungen an neue Editoren

This commit is contained in:
2016-09-12 22:24:04 +00:00
parent 5ca973cb00
commit 73c64c5f65
46 changed files with 5167 additions and 5374 deletions

View File

@@ -1,21 +1,26 @@
<?php
$svjf[ 'names' ] = 'SVJ-Fussball';
$svjf[ 'tpl' ] = 'svjf';
$svjf[ 'navTypes' ] = array ( 'content' => 'content' , 'uebersicht' => 'uebersicht' , 'spielbericht' => 'spielbericht' , 'turnier' => 'turnier' , 'widget' => 'widget' );
$svjf[ 'host' ] = 'svj-fussball.de';
$svjf[ 'fussballde' ] = '01M9R8HJO8000000VS541L4KVSEIO2C1';
$svjf[ 'editorUrl' ] = $vC[ 'portal' ][ 'arrHost' ][ 'scheme' ] . '://steinle.no-ip.biz/rist_editors/';
$svjf[ 'editorVersion' ] = '1.0';
$svjf[ 'webserviceUrl' ] = $vC[ 'portal' ][ 'hostUrl' ] . '/webservices/remote_data.php';
$svjf[ 'grid' ] = 24;
$svjf[ 'gridCount' ] = 40;
$svjf[ 'dimOrig' ] = array ( 'width' => 2560 , 'height' => 2560 );
$svjf[ 'dimKeyvisual' ] = array ( 'width' => 864 , 'height' => 288 );
$svjf[ 'dimImage' ] = array ( 'width' => 312 , 'height' => 234 );
$svjf[ 'imageTypes' ] = array ( 'image/png' , 'image/jpeg' , 'image/gif' );
$svjf[ 'keyvisualThumb' ] = array ( 'width' => 216 , 'height' => 72 );
$svjf[ 'imageThumb' ] = array ( 'width' => 216 , 'height' => 324 );
$svjf[ 'contentElems' ] = array ( 'subline' , 'text' , 'textimage' );
?>
$svjf['names'] = 'SVJ-Fussball';
$svjf['tpl'] = 'svjf';
$svjf['host'] = 'svj-fussball.de';
$svjf['fussballde'] = '01M9R8HJO8000000VS541L4KVSEIO2C1';
if (ENVIRONMENT === 'local')
{
$svjf['editorUrl'] = $vC['portal']['arrHost']['scheme'] . '://csteinle.ddns.net/rist-editors/';
$svjf['editorVersion'] = '1.0.0';
}
elseif (ENVIRONMENT === 'production')
{
$svjf['editorUrl'] = $vC['portal']['arrHost']['scheme'] . '://rist-editors.ri-st.de/';
$svjf['editorVersion'] = '1.0.0';
}
$svjf['webserviceUrl'] = $vC['portal']['hostUrl'] . '/webservices/remote_data.php';
$svjf['grid'] = 24;
$svjf['gridCount'] = 40;
$svjf['dimOrig'] = array('width' => 2560, 'height' => 2560);
$svjf['dimKeyvisual'] = array('width' => 864, 'height' => 288);
$svjf['dimImage'] = array('width' => 312, 'height' => 234);
$svjf['imageTypes'] = array('image/png', 'image/jpeg', 'image/gif');
$svjf['keyvisualThumb'] = array('width' => 216, 'height' => 72);
$svjf['imageThumb'] = array('width' => 216, 'height' => 324);
$svjf['contentElems'] = array('subline', 'text', 'textimage');