skip to Main Content

Getting backend model in system.xml from config path in Magento 2

I am trying to get backend model class name from system.xml Right now i am using this code. magento/app/code/Company/Sso/etc/adminhtml/system.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <section id="admin"> <group id="sso_saml" translate="label" sortOrder="100" showInDefault="1" showInWebsite="0" showInStore="0" > <label>Single Sign on(SAML)</label> <field id="is_enabled"…

VIEW QUESTION

Setup WordPress with Magento using Nginx

I have a Magento 2 installed in /var/www/html/ folder using mydomain.com and I added a Wordpress in /var/www/html/pub/wp/ folder using mydomain.com/wp/ When I tried to access mydomain.com/wp/readme.html it's working fine but all php files are not accessible so I can't…

VIEW QUESTION
Back To Top
Search