Michael Roper
Michael Roper
Hey Andres - not sure what the mechanism is, this was testing with Ghostery on Chrome/Mac. Interestingly, I just installed Ghostery on Safari/Mac, blocked Marketo, and it DID throw the...
Hmm, to be honest, I've actually never looked. ¯\_(ツ)_/¯
I'd be happy with option 1, i'd prefer it to work even if the dates look a little wonky.. ;) Would that just be reformatting the dates on the client...
Was just having a look at that DataTables plugin - it does seem to take plugins for sorting dates in different formats (https://datatables.net/plug-ins/sorting/) - how hard would it be to...
So i've tried this so far: ```php Event::on( LinkPlugin::class, LinkPlugin::EVENT_REGISTER_LINK_TYPES, function(LinkTypeEvent $event) { $event->linkTypes['modal'] = new ElementLinkType([ 'elementType' => Entry::class, 'displayGroup' => 'Modal Content', 'displayName' => 'Modal', ]); } );...
Thanks Sebastian! My main reason is that I want to treat links to my "modal" entries different to other entries, so I just need to be able to distinguish between...
Ah, I just realised I didn't mention that I'm using it over GraphQL, not twig - I'm guessing I'm out of luck there for now?
Aha, you're absolutely right, it does! I was using the GraphQL explorer, and it was only returning a handful of fields directly under the `element` field, so I didn't even...
@joshangell yeah, i often get error 500 issues trying to do most things within Spoon settings. Sometimes i just have to wait a bit longer and try again, sometimes i...
+1, also having this issue - would be great if the plugin respected the 'preferred locale' user setting.