Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save philwinkle/7476360 to your computer and use it in GitHub Desktop.
Save philwinkle/7476360 to your computer and use it in GitHub Desktop.
@ajzele feature request :) https://twitter.com/ajzele/status/401116018551971840 Create a new module and you can annotate any field with a system.xml comment node
<?xml version="1.0"?>
<config>
<sections>
<system>
<groups>
<backup>
<fields>
<maintenance>
<comment>supercalifrag</comment>
</maintenance>
</fields>
</backup>
</groups>
</system>
</sections>
</config>
@brankoajzele
Copy link

Thanks for the feedback. I know about this :) My twitter post was about something else. Imagine if you had one more text/textarea field right to the [GLOBAL] label, so that the admin user can enter "comment" next to each option he wants. I know its an overhead, but... :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment