Skip to content

Instantly share code, notes, and snippets.

@boye
Last active August 29, 2015 14:22
Show Gist options
  • Save boye/0d907023077f94e69e33 to your computer and use it in GitHub Desktop.
Save boye/0d907023077f94e69e33 to your computer and use it in GitHub Desktop.
Magento Advanced HTML Editor snippets
<?xml version="1.0"?>
<!--
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* @category Esites
* @package Esites_Editor
* @copyright Copyright (c) 2015 E-sites (http://www.e-sites.nl)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
-->
<config>
<modules>
<Esites_Editor>
<active>true</active>
<codePool>local</codePool>
</Esites_Editor>
</modules>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment