Main goal is to have a list of useful readings & resources around Magento 2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ./folder-from -name '*.jpg' -exec cp '{}' ./folder-to \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/app/migrations/Version20170406115337.php b/app/migrations/Version20170406115337.php | |
new file mode 100644 | |
index 0000000..37d72a7 | |
--- /dev/null | |
+++ b/app/migrations/Version20170406115337.php | |
@@ -0,0 +1,34 @@ | |
+<?php | |
+ | |
+namespace Sylius\Migrations; | |
+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Insert list of embedded images (Mandrill API format) & HTML content | |
* Finds cid elements in HTML and filters $images list with it | |
* Unused images are shown as attachment in Outlook eg | |
* | |
* Format of $images: | |
* | |
* $images = array( | |
* array( | |
* 'type' => 'image/png', |