Created
August 23, 2013 05:31
-
-
Save ryaan-anthony/6315834 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <?xml version="1.0"?> | |
| <config> | |
| <acl> | |
| <resources> | |
| <all> | |
| <title>Allow Everything</title> | |
| </all> | |
| <admin> | |
| <children> | |
| <system> | |
| <children> | |
| <config> | |
| <children> | |
| <Initialinvoice_options translate="title" module="YOUR_MODULE_HERE"> | |
| <title>Custom Options</title> | |
| <sort_order>100</sort_order> | |
| </Initialinvoice_options> | |
| </children> | |
| </config> | |
| </children> | |
| </system> | |
| </children> | |
| </admin> | |
| </resources> | |
| </acl> | |
| </config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment