kirby-link-field
kirby-link-field copied to clipboard
Rename "Popup" to "New Tab"
This is might be personal nitpicking, but I always see myself renaming "Popup" to "New Tab" as "Popup" is usually kinda confusing and more related to those links that open different browser windows without address bars than those actually wanted by a user if he clicks on an external link.
Couldn't you do this site-wide for all fields as described in the docs, like so:
return [
'oblik.link-field' => [
'settings' => [
'popup' => [
'label' => 'New Tab'
]
]
]
];
I'm already doing so, I just wanted to open this issue to see what others think of it :)