https://t.co/Xk0wAdoe4n is using Prismic as our CMS: nice ability to structure content blocks @prismicio. We run 22 different slice types.
#headlesswebsitebuilder
@prismicio any plans to create an opinionated "starter pack"? There are a lot of boilerplate slices/custom types that shouldn't need to be created every time like blog posts.
This is another reason why I see obfuscated code in extensions as bad. No one other than Fishpig even has the opportunity to catch malicious code before it goes into production.
Fishpig, a vendor of popular Magento/Wordpress modules, has been breached. The #Rekoobe Linux trojan was found in paid extensions and on its licensing server.
Magento store owners should disable any paid Fishpig software and run a malware scan.
https://t.co/J82A7MlghP
When developing a feature, I like to think about how the functionality might be expanded in the future. Then, I choose naming and architecture that would allow for at least some of that expansion. This requires minimal effort and results in better code.
Starting soon! Will you be there? I can't wait to reveal the cool stuff we've been working on and how it can benefit you. ๐
Join this fun event right here ๐https://t.co/MjDYbWjXHB
๐ BIG news. We're working on some super cool stuff and we decided we can't wait to tell you all!
๐ Join us next Friday, November 19th for 1 hour of exciting news, a fun giveaway & a preview of the '22 Certification Challenge.
Set a reminder HERE: https://t.co/MjDYbWjXHB
There's no head.additional block in Magento 2's admin. But it renders automatically if present.
Fix by creating a head.additional block with only $block->getChildHtml() in template. Then, you can use like the frontend. It must be block, not container. #Magento