2020-09-25 12:06:00 +02:00
|
|
|
<?php
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Fonction d'appel pour le pipeline
|
|
|
|
*
|
|
|
|
* @pipeline autoriser
|
|
|
|
*/
|
|
|
|
function librealire_autoriser() {
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
include_spip('inc/cextras_autoriser');
|
2020-10-07 19:01:29 +02:00
|
|
|
// restreindre le champ fieldset 'transcriptions' sur les articles qui portent la composition 'transcriptions'
|
2020-09-25 12:06:00 +02:00
|
|
|
restreindre_extras('article', array('transcriptions'), 'transcriptions', 'composition');
|
|
|
|
|
|
|
|
|