summaryrefslogtreecommitdiff
path: root/modules/block/block.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block/block.install')
-rw-r--r--modules/block/block.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/block/block.install b/modules/block/block.install
index 33275506b..04fa793d7 100644
--- a/modules/block/block.install
+++ b/modules/block/block.install
@@ -85,6 +85,7 @@ function block_schema() {
'not null' => TRUE,
'default' => '',
'description' => 'Custom title for the block. (Empty string will use block default title, <none> will remove the title, text will cause block to use specified title.)',
+ 'translatable' => TRUE,
),
'cache' => array(
'type' => 'int',
@@ -173,6 +174,7 @@ function block_schema() {
'not null' => FALSE,
'size' => 'big',
'description' => 'Block contents.',
+ 'translatable' => TRUE,
),
'info' => array(
'type' => 'varchar',