dev-magento2
dev-magento2Edge Magento2 Module Base
OSL-3.0 AFL-3.0
The Requires
- php ~5.5.0|~5.6.0|~7.0.0
- magento/magento-composer-installer *
Base Module by outer/edge
This module provides the following useful features for Magento 2:, (*1)
anchor
button in WYSIWYGContent > Pages
which can be pulled through to the frontend.Create
section in admin menu for quick actions:
NOINDEX/NOFOLLOW
for:
/rest/V1/site_status/get
- To remotely obtain recent config changes and indexer statusesouteredge:nuke
for removing all cache and static filesouteredge:config
lists all recent config changesCommand | Description |
---|---|
$ bin/magento outeredge:config |
Show recent core_config_data changes |
$ bin/magento outeredge:nuke |
Remove generated + static files and flushes cache) |
To add the Cookiebot cookie declaration form into your cookie policy CMS page, add the following snippet into the CMS page in the Magento admin:, (*2)
{{block class="Magento\Framework\View\Element\Template" template="OuterEdge_Base::cookiebot/declaration.phtml"}}
To add the Termly cookie policy into your cookie policy CMS page, add the following snippet into the CMS page in the Magento admin:, (*3)
{{block class="Magento\Framework\View\Element\Template" template="OuterEdge_Base::termly/cookie-policy.phtml"}}
Add multistore.php
to the top of the composer.json
autoload/files section to allow separate config files (and thus databases) per store on the same instance/repository:, (*4)
composer.json
:"autoload": { "files": [ "vendor/outeredge/magento-base-module/multistore.php", ...
env.php.STORE_CODE
replacing STORE_CODE
as applicable.Edge Magento2 Module Base
OSL-3.0 AFL-3.0