Mark Huot
Mark Huot
### Describe the bug I've set my "SEO Image" to a static string (for testing purposes). For example, `https://www.example.com/foo.jpg`. With that set I can `dump(seomatic.meta)` and see `["seoImage"]=> string(140) "https://www.example.com/foo.jpg"`....
I've been experimenting with adding my compiled templates to my code coverage reports and it works largely as expected. Templates that get executed return percentages accurate to the number of...
Based on #89 this is going to allow users to authorize with Craft through GraphQL and get back a token for their user. This opens up abilities for users to...
CraftQL exposes the Craft content model through GraphQL. To do this we transform every content type/section/entry type in to a unique Object Type within GraphQL. To re-implement this in Gatsby...
Adds imager support
Entries fields do not currently accept any query arguments.
There are some times (specifically during plugin development) where I don't need the full `craftcms/craft` setup and all I really need is the Craft CLI so I can run a...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Fixed tickets | none This allows `->expect()` to be called without...
When performance tuning it can be helpful to use the timeline view or the DB tab of the debug bar. Removing this code allows you to use the debug bar...