Issue #2415129 by Wim Leers, Gábor Hojtsy: Small clean-up for Shortcut entity's usage of link field
parent
bce75ca082
commit
887eea80ca
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue