Peter Jaap Blaakmeer
Peter Jaap Blaakmeer
@JustinElst I agree with your logic, but wouldn't merging this change the data that goes to GA for some instances? That's why I was considering a flag, to be able...
@JustinElst I feel that makes it really opaque what's going on. In that case, if you open the config page, it'll say `Currency of the order` is configured as the...
I think the best solution would be to add an UpgradeData script that sets the value based on whether the extension is already installed or is newly introduced, like this;...
@JustinElst now there is no explicit default use case defined (and putting it in config.xml might cause issues with the order in which the default is set and the upgrade...
Yeah no this is fine! Thanks for your work :)
We *could* (and this is dangerous territory ;)) use the Prismic API to query the field types and generate the block definitions as well, but that would involve a large...
First stab at scaffolding; https://github.com/elgentos/magento2-prismicio/tree/scaffolding There are a number of assumptions, hard-coded examples and omissions, most notably; - Only `blog` is hardcoded for now, using stubs I created specifically for...
Created a video to show how easy the process is; https://www.youtube.com/watch?v=ze1j91-4_OE
@JoostWan I also noticed that didn't work. Have you found a solution in the meantime?
The scaffold command has been merged into version 1.6.0, and it is now a bit more generic; just run `bin/magento prismic:scaffold yourcontenttypename` to scaffold a very basic template with an...