OblikStudio / kirby-link-field

Links field for Kirby.
MIT License
77 stars 10 forks source link

Global options don't work #51

Closed bvdputte closed 2 years ago

bvdputte commented 2 years ago

I've tried setting global options for the link field, but it doesn't seem to work?

Here's what I've tried in my config:

'oblik.linkField' => [
    'settings' => [
        'popup' => false,
        'hash' => false
    ]
],

and

'oblik.linkField.settings.popup' => false,
'oblik.linkField.settings.hash' => false,

I think I followed what is in the readme: https://github.com/OblikStudio/kirby-link-field#blueprint

Thx!

hdodov commented 2 years ago

It should be fine in the new 4.0.0-rc.1 release.