Issue #2415129 by Wim Leers, Gábor Hojtsy: Small clean-up for Shortcut entity's usage of link field

8.0.x 8.0.0-beta5
webchick 2015-01-27 13:45:06 -08:00
parent bce75ca082
commit 887eea80ca
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ class Shortcut extends ContentEntityBase implements ShortcutInterface {
->setLabel(t('Path'))
->setDescription(t('The location this shortcut points to.'))
->setRequired(TRUE)
->setTranslatable(FALSE)
->setSettings(array(
'default_value' => '',
'max_length' => 560,