You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In lines 43/44 the README.md reads
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['magento_product_elastic']['magento_product_elastic']['index'] = 'magentypo';
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['magento_product_elastic']['magento_product_elastic']['type'] = 'product';
Instead that should be
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['m2t3_elements']['magento_product_elastic']['index'] = 'magentypo';
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['m2t3_elements']['magento_product_elastic']['type'] = 'product';
The text was updated successfully, but these errors were encountered:
In lines 43/44 the README.md reads
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['magento_product_elastic']['magento_product_elastic']['index'] = 'magentypo';
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['magento_product_elastic']['magento_product_elastic']['type'] = 'product';
Instead that should be
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['m2t3_elements']['magento_product_elastic']['index'] = 'magentypo';
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['m2t3_elements']['magento_product_elastic']['type'] = 'product';
The text was updated successfully, but these errors were encountered: