[9.0.07] default data cachée -> privée

This commit is contained in:
fredtempez 2019-03-16 21:31:46 +01:00
parent 9649170c94
commit 383431dddf
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ class common {
'barLeft' => '', 'barLeft' => '',
'barRight' => '' 'barRight' => ''
], ],
'cachee' => [ 'privee' => [
'typeMenu' => 'text', 'typeMenu' => 'text',
'iconUrl' => '', 'iconUrl' => '',
'disable' => false, 'disable' => false,
@ -137,7 +137,7 @@ class common {
'position' => 2, 'position' => 2,
'group' => self::GROUP_MEMBER, 'group' => self::GROUP_MEMBER,
'targetBlank' => false, 'targetBlank' => false,
'title' => 'Cachée', 'title' => 'Privée',
'block' => '12', 'block' => '12',
'barLeft' => '', 'barLeft' => '',
'barRight' => '' 'barRight' => ''