Merge branch 'master' of ssh://forge.april.org:222/siteweb/libreavous
This commit is contained in:
commit
30ee75195f
@ -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(
|
||||
|
@ -36,6 +36,7 @@ restreindre_extras('article', array(
|
||||
'podcast_ogg',
|
||||
'podcast_transcription',
|
||||
'podcast_personnes',
|
||||
'podcast_references',
|
||||
'podcast_galeriephotos',
|
||||
'podcast_musique',
|
||||
'drupal_guid',
|
||||
|
@ -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.*]"
|
||||
|
Loading…
Reference in New Issue
Block a user