kirby-link-field icon indicating copy to clipboard operation
kirby-link-field copied to clipboard

Rename "Popup" to "New Tab"

Open tobimori opened this issue 1 year ago • 2 comments

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.

tobimori avatar Nov 20 '22 10:11 tobimori

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'
            ]
        ]
    ]
];

hdodov avatar Nov 20 '22 12:11 hdodov

I'm already doing so, I just wanted to open this issue to see what others think of it :)

tobimori avatar Nov 20 '22 14:11 tobimori