This commit is contained in:
2023-10-13 06:57:44 +02:00
parent e2fe022601
commit 697d24ab9a
13 changed files with 277 additions and 0 deletions

8
conf/default.php Normal file
View File

@ -0,0 +1,8 @@
<?php
/**
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
* @author Francois Merciol <dokuplugin@merciol.fr>
*
* Options for the showSamples Plugin
*/
$conf['carouselDelai'] = 10;

9
conf/metadata.php Normal file
View File

@ -0,0 +1,9 @@
<?php
/**
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
* @author Francois Merciol <dokuplugin@merciol.fr>
*
* Metadata for configuration manager plugin
* Additions for the schedule plugin
*/
$meta['carouselDelai'] = array('numeric');