Timmy O'Mahony
Timmy O'Mahony
There is no way to use static files with the `thumbnail` tag. An example use-case for cropping static files is placeholder images. I know the `THUMBNAIL_DUMMY` setting exists, but this...
I wanted to use a custom dummy image to display when images aren't present: ``` THUMBNAIL_DUMMY = True THUMBNAIL_DUMMY_SOURCE = "https://mybucket.s3.amazonaws.com/dummy.png" ``` I would expect this image to be cropped...
- Attempting to fix issue with neo "add block above" insertion issue - WIP - Updated the changelog
The button is inserted OK and the modal shows up, but when adding a new block, it gets added _below_ the block that triggered the request, not above
Our migrations for deleting FKs look like: ``` $this->dropColumn( "{{%matrixfieldpreview_blocktypes_config}}", "categoryId"); ``` Which works OK on Postgres, but seems to cause an issue with MySQL. It seems like both the...
See issue https://github.com/weareferal/craft-matrix-field-preview/issues/36 for more details on what the problem is. I've pushed a quickfix that will stop the errors but doesn't address the underlying issue.
(I've moved this issue from https://github.com/timmyomahony/craft-matrix-field-preview/issues/126#issuecomment-2277765343, from @irategod) > Hi, thanks for continuing to work on this plugin and getting a Craft 5 release ready. When upgrading one of our...
### Summary: Celery Beat silently fails after an unpredictable amount of time running on Digital Ocean App Platform, meaning tasks are no longer executed. There are no obvious indications in...
In recent versions of the plugin, we've introduced a detail page for field settings. The reason for this change is that we introduced the ability to add further settings to...