Joomla! conf (#86) (#186)

* Joomla! conf

* fix bug escape character & ;

* remove global and fix presets }

* change requests
This commit is contained in:
Alexandre Dias
2020-10-27 10:40:39 +00:00
committed by GitHub
parent 8bc06372a3
commit ae322cf2c5
8 changed files with 114 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ export default {
wordPress: 'WordPress',
drupal: 'Drupal',
magento: 'Magento',
joomla: 'Joomla',
django: 'Django',
logging: 'Logging',
reverseProxy: 'Reverse proxy',

View File

@@ -37,4 +37,6 @@ export default {
enableDrupalRules: `${common.enable} ${common.drupal}-specific rules`,
magentoRules: `${common.magento} rules`,
enableMagentoRules: `${common.enable} ${common.magento}-specific rules`,
joomlaRules: `${common.joomla} rules`,
enableJoomlaRules: `${common.enable} ${common.joomla}-specific rules`,
};