Last active
December 28, 2015 09:09
-
-
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
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
<?xml version="1.0"?> | |
<config> | |
<sections> | |
<system> | |
<groups> | |
<backup> | |
<fields> | |
<maintenance> | |
<comment>supercalifrag</comment> | |
</maintenance> | |
</fields> | |
</backup> | |
</groups> | |
</system> | |
</sections> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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... :)