Merge branch 'master' of ssh://forge.april.org:222/siteweb/libreavous
This commit is contained in:
commit
30ee75195f
@ -84,7 +84,7 @@ function libreavous_declarer_champs_extras($champs = array()) {
|
|||||||
'options' => array(
|
'options' => array(
|
||||||
'nom' => 'podcast_personnes',
|
'nom' => 'podcast_personnes',
|
||||||
'label' => 'Personnes participantes',
|
'label' => 'Personnes participantes',
|
||||||
'rows' => '5',
|
'rows' => '10',
|
||||||
'cols' => '40',
|
'cols' => '40',
|
||||||
'sql' => 'text DEFAULT \'\' NOT NULL',
|
'sql' => 'text DEFAULT \'\' NOT NULL',
|
||||||
),
|
),
|
||||||
@ -92,13 +92,26 @@ function libreavous_declarer_champs_extras($champs = 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(
|
$champs['spip_articles']['podcast_galeriephotos'] = array(
|
||||||
'saisie' => 'textarea',
|
'saisie' => 'input',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
'nom' => 'podcast_galeriephotos',
|
'nom' => 'podcast_galeriephotos',
|
||||||
'label' => 'Galerie Photos',
|
'label' => 'Galerie Photos',
|
||||||
'rows' => '5',
|
'type' => 'text',
|
||||||
'cols' => '40',
|
'size' => '40',
|
||||||
'sql' => 'text DEFAULT \'\' NOT NULL',
|
'sql' => 'text DEFAULT \'\' NOT NULL',
|
||||||
),
|
),
|
||||||
'verifier' => array(
|
'verifier' => array(
|
||||||
|
@ -36,6 +36,7 @@ restreindre_extras('article', array(
|
|||||||
'podcast_ogg',
|
'podcast_ogg',
|
||||||
'podcast_transcription',
|
'podcast_transcription',
|
||||||
'podcast_personnes',
|
'podcast_personnes',
|
||||||
|
'podcast_references',
|
||||||
'podcast_galeriephotos',
|
'podcast_galeriephotos',
|
||||||
'podcast_musique',
|
'podcast_musique',
|
||||||
'drupal_guid',
|
'drupal_guid',
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<paquet
|
<paquet
|
||||||
prefix="libreavous"
|
prefix="libreavous"
|
||||||
categorie="squelette"
|
categorie="squelette"
|
||||||
version="0.4.1"
|
version="0.4.2"
|
||||||
schema="0.1.3"
|
schema="0.1.3"
|
||||||
etat="dev"
|
etat="dev"
|
||||||
compatibilite="[3.2.8;4.0.*]"
|
compatibilite="[3.2.8;4.0.*]"
|
||||||
|
Loading…
Reference in New Issue
Block a user