Astroid-Framework
Astroid-Framework copied to clipboard
Template Options settings search in the backend
The astroid backend is well set out. Maybe a settings search box would help to find settings especially if the 'Tempalte Options' section grows with more settings
Again, something I very much agreement with. Not sure how we can approach this from a coding stand point though.
- add a tooltip/description to every setting
- add a id="" to every setting
- create a database (dynamically or static) of the id="", Setting Key Name (untranslated constant), Setting Description/Tooltip (untranslated constant), then when you do a search in the template options you will search that database translated with JTEXT which then allows for multiple laguages. The id="" can be used to move the user to that setting/section (i.e. like a html anchor)
Nice one. Let me get @hiteshaggarwal to reply on this (He's in his den, not sure when he'll be back though) and we'll see if we can get this done.
Thanks Jon.