Issue #1529936 by dawehner: Remove the ability to translate paths as that's intended by Drupal.

8.0.x
Daniel Wehner 2012-08-17 14:51:00 +02:00 committed by Tim Plunkett
parent 8bdcd407b2
commit 1454010815
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ abstract class FieldPluginBase extends Handler {
'alter_text' => array('default' => FALSE, 'bool' => TRUE),
'text' => array('default' => '', 'translatable' => TRUE),
'make_link' => array('default' => FALSE, 'bool' => TRUE),
'path' => array('default' => '', 'translatable' => TRUE),
'path' => array('default' => ''),
'absolute' => array('default' => FALSE, 'bool' => TRUE),
'external' => array('default' => FALSE, 'bool' => TRUE),
'replace_spaces' => array('default' => FALSE, 'bool' => TRUE),