BigBlock Studios
BigBlock Studios
I managed to add some code to the galleryItem snippet, please think about implementing something similar in your next version.... [code] // start image dimension placeholders $itemArray['image_absolute'] = $modx->getOption('gallery.files_url').$item->get('filename'); $dimensions...
modx 3.0.4 and migx 3.0.2 - I did not know about the @EVAL being removed. Yes, thank you the @snippet is working as advertised: ``` @SNIPPET migxLoopCollection { "packageName":"projects", "classname":"ProjectCategory",...
@MrRoco - thanks - I did not see anything about hooks in the snippet docs so just assumed....
Thanks - I did find and read that little bit and wondered if your package was doing something different ... I did try the dummy class several times but the...
I have this problem - verified the .github/copilot-instructions.md is in the correct place and that the setting is set: ``` "github.copilot.chat.codeGeneration.useInstructionFiles": true ``` Copilot (Claude sonnet in agent mode) consistently...