Skip to content

Instantly share code, notes, and snippets.

@ryaan-anthony
Created August 23, 2013 05:31
Show Gist options
  • Select an option

  • Save ryaan-anthony/6315834 to your computer and use it in GitHub Desktop.

Select an option

Save ryaan-anthony/6315834 to your computer and use it in GitHub Desktop.
<?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