Skip to content

magento man

Venia pwa + magento 2

Can anyone explain how security works on graphql on venia pwa? I don’t see any tokens or sessions or something like this at Venia. So any developer can create a graphql query and get all data from my site?

Cheap, no frills wordpress host

Hi, could anyone recommend a host suitable for a basic, low traffic personal WordPress site? Probably only 10 or 20 pages max. I’m in the UK… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1914985&goto=newpost

How to enable wysiwyg editor for custom attribute in admin category page?

I have created a custom category attribute using below code. AyakilCustomCategoryAttributeSetupPatchDataAddMyDescriptionCategoryAttribute.php public function apply() { $this->moduleDataSetup->getConnection()->startSetup(); /** @var EavSetup $eavSetup */ $eavSetup = $this->eavSetupFactory->create([‘setup’ => $this->moduleDataSetup]); $eavSetup->addAttribute( MagentoCatalogModelCategory::ENTITY, ‘my_description’, [ ‘type’ => ‘text’, ‘label’ => ‘my_description’, ‘input’ => ‘textarea’, ‘sort_order’… Read More »How to enable wysiwyg editor for custom attribute in admin category page?