$multimediaFilter = new stdClass();
$multimediaFilter->name = __('Archive ZIP') . ' (*.zip)';
- $multimediaFilter->extension = '*.zip';
+ $multimediaFilter->extensions = '*.zip';
$pdfFilter = new stdClass();
$pdfFilter->name = __('Document PDF') . ' (*.pdf)';
$this->fields['chaptersCascade'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __("Sommaire en cascade"), 'grade' => 3);
$this->forms['sommaire'] = array('label' => __('Sommaire'),
- 'fieldsnames' => array('displayChaptersIcon', 'displayChaptersPopup', 'displayChaptersAtStart', 'chaptersPage', 'chaptersPosition', 'chaptersLevelLimit', 'chaptersCascade', '|', 'chaptersColMaxWidth', 'chaptersColumns', 'displayChaptersLine', '|', 'externalChapters', 'externalChaptersHTML', 'fullExternalChapters', '|', 'mobileChaptersStyle'));
+ 'fieldsnames' => array('displayChaptersIcon', 'displayChaptersPopup', 'displayChaptersAtStart', 'chaptersPage', 'chaptersPosition', 'chaptersLevelLimit', 'chaptersCascade', '|', 'chaptersColMaxWidth', 'chaptersColumns', 'displayChaptersLine', '|', 'externalChapters', 'fullExternalChapters', '|', 'externalChaptersHTML','|', 'mobileChaptersStyle'));
// .
$this->fields['ongletsXML'] = array('type' => 'textarea', 'default' => '', 'editable' => true, 'label' => __('XML de configuration des onglets'), 'grade' => 5);