James #FFFFFF

Results 121 comments of James #FFFFFF
trafficstars

An easier way is to install the zbar package through MSYS2 https://packages.msys2.org/package/mingw-w64-x86_64-zbar I have found the binaries and building from source to be broken foe Windows. The building on Windows...

@Ortega-Dan no worries. I found similar issues. The prebuilt package is much easier with MSYS2 and pacman I did get a build of zbarcam compiled but still got dll errors...

Install `gettext-devel` and it should work. Although if you have MSYS2 already, you might as well just install the zbar package through pacman, building from source on Windows is painful...

I'm having issues if I try and write my docblocks for example if I was to do: ```php private function _genericSeoImage(): string { return Seomatic::$plugin->metaBundles->getGlobalMetaBundle(1)->metaSiteVars->identity->genericImage; } ``` I can't declare...

Thanks for updating the typecast in the plugin! This should fix the issue!

@internetztube I recently implemented this in a Craft project. As it's quite limited to certain schema (most common is JobPosting), you could code a quick module that listens on the...

Thanks for clarifying. The feature request would be to exposing this lightswitch field in the FeedMe mapping process.

Would you accept a PR on the Craft CMS 3 branch to provide this?

Thanks, I'll have at look at the FeedMe integration parts and see if I can submit a PR. If you are happy to port it, I don't currently use Craft...

Thanks. I'm looking at it now. Just because I haven't really worked with adding FeedMe mapping support to any field before. It's my understanding that the `sitemapUrls` field needs to...