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'))
|
->setLabel(t('Path'))
|
||||||
->setDescription(t('The location this shortcut points to.'))
|
->setDescription(t('The location this shortcut points to.'))
|
||||||
->setRequired(TRUE)
|
->setRequired(TRUE)
|
||||||
->setTranslatable(FALSE)
|
|
||||||
->setSettings(array(
|
->setSettings(array(
|
||||||
'default_value' => '',
|
'default_value' => '',
|
||||||
'max_length' => 560,
|
'max_length' => 560,
|
||||||
|
|
Loading…
Reference in New Issue