Issue #1529936 by dawehner: Remove the ability to translate paths as that's intended by Drupal.
parent
8bdcd407b2
commit
1454010815
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue