defaultdata de la v11
This commit is contained in:
parent
c2c67b55ff
commit
9630f093cd
@ -21,7 +21,6 @@ class init extends common {
|
|||||||
'githubId' => ''
|
'githubId' => ''
|
||||||
],
|
],
|
||||||
'timezone' => 'Europe/Paris',
|
'timezone' => 'Europe/Paris',
|
||||||
'itemsperPage' => 10,
|
|
||||||
'proxyUrl' => '',
|
'proxyUrl' => '',
|
||||||
'proxyPort' => '',
|
'proxyPort' => '',
|
||||||
'proxyType' => 'tcp://',
|
'proxyType' => 'tcp://',
|
||||||
@ -34,9 +33,23 @@ class init extends common {
|
|||||||
'log' => false,
|
'log' => false,
|
||||||
'captcha' => true
|
'captcha' => true
|
||||||
],
|
],
|
||||||
|
'translate' => [
|
||||||
|
'scriptGoogle' => false,
|
||||||
|
'showCredits' => false,
|
||||||
|
'autoDetect' => false,
|
||||||
|
'admin' => false,
|
||||||
|
'fr' => true,
|
||||||
|
'de' => true,
|
||||||
|
'en' => true,
|
||||||
|
'es' => false,
|
||||||
|
'it' => false,
|
||||||
|
'nl' => false,
|
||||||
|
'pt' => false
|
||||||
|
|
||||||
|
],
|
||||||
],
|
],
|
||||||
'core' => [
|
'core' => [
|
||||||
'dataVersion' => 10400,
|
'dataVersion' => 11000,
|
||||||
'lastBackup' => 0,
|
'lastBackup' => 0,
|
||||||
'lastClearTmp' => 0,
|
'lastClearTmp' => 0,
|
||||||
'lastAutoUpdate' => 0,
|
'lastAutoUpdate' => 0,
|
||||||
@ -84,6 +97,19 @@ class init extends common {
|
|||||||
],
|
],
|
||||||
'module' => [],
|
'module' => [],
|
||||||
'user' => [],
|
'user' => [],
|
||||||
|
'translate' => [
|
||||||
|
'scriptGoogle' => false,
|
||||||
|
'showCredits' => false,
|
||||||
|
'autoDetect' => false,
|
||||||
|
'admin' => false,
|
||||||
|
'fr' => 'none',
|
||||||
|
'de' => 'none',
|
||||||
|
'en' => 'none',
|
||||||
|
'es' => 'none',
|
||||||
|
'it' => 'none',
|
||||||
|
'nl' => 'none',
|
||||||
|
'pt' => 'none'
|
||||||
|
],
|
||||||
'theme' => [
|
'theme' => [
|
||||||
'body' => [
|
'body' => [
|
||||||
'backgroundColor' => 'rgba(236, 239, 241, 1)',
|
'backgroundColor' => 'rgba(236, 239, 241, 1)',
|
||||||
@ -724,6 +750,7 @@ class init extends common {
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
'galeries' => [
|
'galeries' => [
|
||||||
|
'content' => [
|
||||||
'beaux-paysages' => [
|
'beaux-paysages' => [
|
||||||
'config' => [
|
'config' => [
|
||||||
'name' => 'Beaux paysages',
|
'name' => 'Beaux paysages',
|
||||||
@ -761,7 +788,26 @@ class init extends common {
|
|||||||
'cosmosjpg' => 3,
|
'cosmosjpg' => 3,
|
||||||
'nebulajpg' => 2
|
'nebulajpg' => 2
|
||||||
]
|
]
|
||||||
]
|
],
|
||||||
|
],
|
||||||
|
'config' => [
|
||||||
|
'thumbAlign' => 'center',
|
||||||
|
'thumbWidth' => '18em',
|
||||||
|
'thumbHeight' => '15em',
|
||||||
|
'thumbMargin' => '.5em',
|
||||||
|
'thumbBorder' => '.1em',
|
||||||
|
'thumbOpacity' => '.7',
|
||||||
|
'thumbBorderColor' => 'rgba(221, 221, 221, 1)',
|
||||||
|
'thumbRadius' => '.3em',
|
||||||
|
'thumbShadows' => '1px 1px 10px',
|
||||||
|
'thumbShadowsColor'=> 'rgba(125, 125, 125, 1)',
|
||||||
|
'legendHeight' => '.375em',
|
||||||
|
'legendAlign' => 'center',
|
||||||
|
'legendTextColor' => 'rgba(255, 255, 255, 1)',
|
||||||
|
'legendBgColor' => 'rgba(0, 0, 0, .6)',
|
||||||
|
'versionData' => '3.0',
|
||||||
|
'style' => 'site/data/modules/gallery/galeries.css'
|
||||||
|
],
|
||||||
],
|
],
|
||||||
'site-de-zwii' => [
|
'site-de-zwii' => [
|
||||||
'url' => 'https://zwiicms.fr/',
|
'url' => 'https://zwiicms.fr/',
|
||||||
|
Loading…
Reference in New Issue
Block a user