Merge branch 'master' of ssh://forge.april.org:222/siteweb/libreavous

This commit is contained in:
chankalan 2021-07-11 10:34:29 +02:00
commit 30ee75195f
3 changed files with 19 additions and 5 deletions

View File

@ -84,21 +84,34 @@ function libreavous_declarer_champs_extras($champs = array()) {
'options' => array(
'nom' => 'podcast_personnes',
'label' => 'Personnes participantes',
'rows' => '5',
'rows' => '10',
'cols' => '40',
'sql' => 'text DEFAULT \'\' NOT NULL',
),
'verifier' => array(
),
);
$champs['spip_articles']['podcast_references'] = array(
'saisie' => 'textarea',
'options' => array(
'nom' => 'podcast_references',
'label' => 'Références',
'rows' => '20',
'cols' => '40',
'sql' => 'text DEFAULT \'\' NOT NULL',
),
'verifier' => array(
),
);
$champs['spip_articles']['podcast_galeriephotos'] = array(
'saisie' => 'textarea',
'saisie' => 'input',
'options' => array(
'nom' => 'podcast_galeriephotos',
'label' => 'Galerie Photos',
'rows' => '5',
'cols' => '40',
'type' => 'text',
'size' => '40',
'sql' => 'text DEFAULT \'\' NOT NULL',
),
'verifier' => array(

View File

@ -36,6 +36,7 @@ restreindre_extras('article', array(
'podcast_ogg',
'podcast_transcription',
'podcast_personnes',
'podcast_references',
'podcast_galeriephotos',
'podcast_musique',
'drupal_guid',

View File

@ -1,7 +1,7 @@
<paquet
prefix="libreavous"
categorie="squelette"
version="0.4.1"
version="0.4.2"
schema="0.1.3"
etat="dev"
compatibilite="[3.2.8;4.0.*]"