Skip to content
Snippets Groups Projects
Commit 887eea80 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent bce75ca0
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,6 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
->setLabel(t('Path'))
->setDescription(t('The location this shortcut points to.'))
->setRequired(TRUE)
->setTranslatable(FALSE)
->setSettings(array(
'default_value' => '',
'max_length' => 560,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment