From #3027394: Add View Mode Dropdown for Rendering the link.
+++ b/src/Plugin/Field/FieldFormatter/EntityQuicklookFormatter.php
@@ -96,6 +112,21 @@ class EntityQuicklookFormatter extends EntityReferenceFormatterBase implements C
+ '#required' => TRUE,Should we make this setting required? It seems somewhat confusing how in the description this setting is being described as optional, and yet the setting is required.
I also noticed that when I check the checkbox to use the custom link text and I provide a string to be used in the link text setting, my custom string is not being used.
Similarly for the custom modal title setting, when I do not check the checkbox to use the custom modal title and I provide a string to be used in the modal title, my custom string is being used but since I didn't check the checkbox shouldn't the entity label be the modal title?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3030600-link-modal-titles-03.patch | 1.88 KB | gmem |
Comments
Comment #2
gmem commentedComment #3
gmem commentedComment #4
gmem commentedComment #5
joshmillerExtra space nitpick, if you want to keep it clean, make sure to keep the extra space out of the commit.
Otherwise, looks good.
Comment #7
gmem commented