By larowlan on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.4.x
Introduced in version:
11.4.0
Issue links:
Description:
From 11.4.0 the string formatter (available on most string fields) can now also link to an entity's edit form.
If the entity has an edit form and a canonical link, site builders can choose which link relation to link to

If you alter this form and you are not seeing your options, ensure you add
$form['link_rel']['#access'] = count($form['link_rel']['#options']) > 1;
after setting them.
Impacts:
Site builders, administrators, editors
Module developers
Themers
Site templates, recipes and distribution developers