Sebastian Lenz

Results 66 comments of Sebastian Lenz

Hi @michaelroper, the api was intended to be used to register completely new element types, I hadn't in mind that somebody would like to create variants of the existing ones....

You can access the complete linked element using the `getElement` helper on the link model. Make sure that there actually is a linked element using the `hasElement` helper. On the...

For GraphQL we expose the field `element` on the link field value which should allow you to fetch the required data, this field also exposes the entire element.

Hi @MoritzLost! Well, that's not the most common use case and it did not come up until now. I assume you are using version 1 of the plugin cause if...

Ah, please be cautious, the sample I've given was for version 1 of the plugin. The test case ist still present in the master branch. So for version 2 the...

Hi @TomDeSmet, it's great to hear that you like working with the plugin. Actually this wish already came up (#47) and I've noted it on our wishlist (https://github.com/sebastian-lenz/craft-linkfield/blob/master/WISHLIST.md). The difficulty...

Hi @lenvanessen, thanks for getting in touch! Eager loading is quite complicated and we have to completely implement it on our side. As Neo itself is a third-party plugin, I...

Hm, there must be more to your issues, the deprecation message should not stop the migration from running. It's just an informal message that's recorded for you in the control...

I've just tried to reproduce this and with the current version of Super Table and Link Field this works as expected. The option of the field "Open in new window?"...

Hm, yes, the entry "(No link)" is more of a cosmetic thing than a real technical construct. We introduced this link type to make the forms more readable in the...