-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added initial readme.md to top level
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Magento setup-script auto generator for system config settings | ||
============================================================== | ||
|
||
Automatically creates a setup script for selected options in system configuration page. | ||
|
||
It's great to be able to try out settings on a development/staging environment before going live, but to ensure that the live site safely ends up with the same settings, and any other developers also have matching details, we create setup scripts to set config settings. | ||
|
||
This is tedious and time-consuming, so why not automate it? Enabling this module will take out the drudgery of setting config settings by hand or writing manual setup scripts by letting you visually pick the settings you want and creating a setup script for you. | ||
|
||
How it works: When enabled, adds check-boxes next to each entry in the system config view. By checking some of these and hitting save, you are presented with the complete code to set these options via a setup script including startSetup and endSetup. | ||
|
||
Features: | ||
|
||
* Simple to use: Just check the boxes to the left of labels in system config and hit save | ||
* Speed up development - ready to copy and paste into a setup script and save | ||
* Works with any extension that displays options in the system config | ||
* Self-commenting: Gives section and group names to aid visibility | ||
|
||
Note that there are some settings in Paypal that aren’t currently outputting correctly. We are looking into this for the next version. | ||
|
||
Oldest supported CE version is 1.7.0.1 |