|
|
|
@ -47,6 +47,7 @@ function blocks_declarer_tables_objets_sql($tables) {
|
|
|
|
|
'field' => [
|
|
|
|
|
'id_block' => 'bigint(21) NOT NULL',
|
|
|
|
|
'id_blocktype' => 'bigint(21) NOT NULL DEFAULT 0',
|
|
|
|
|
'ancre' => 'varchar(20) NOT NULL DEFAULT ""',
|
|
|
|
|
'valeurs' => 'text NOT NULL DEFAULT ""',
|
|
|
|
|
'date' => 'datetime NOT NULL DEFAULT "0000-00-00 00:00:00"',
|
|
|
|
|
'statut' => 'varchar(20) DEFAULT "0" NOT NULL',
|
|
|
|
@ -59,8 +60,8 @@ function blocks_declarer_tables_objets_sql($tables) {
|
|
|
|
|
],
|
|
|
|
|
'titre' => 'id_blocktype AS titre',
|
|
|
|
|
'date' => 'date',
|
|
|
|
|
'champs_editables' => ['id_blocktype'],
|
|
|
|
|
'champs_versionnes' => ['valeurs', 'id_blocktype'],
|
|
|
|
|
'champs_editables' => ['id_blocktype', 'ancre'],
|
|
|
|
|
'champs_versionnes' => ['id_blocktype', 'ancre', 'valeurs'],
|
|
|
|
|
'tables_jointures' => ['spip_blocks_liens'],
|
|
|
|
|
'statut_textes_instituer' => [
|
|
|
|
|
'prepa' => 'texte_statut_en_cours_redaction',
|
|
|
|
|