Astroid-Framework icon indicating copy to clipboard operation
Astroid-Framework copied to clipboard

Template Options settings search in the backend

Open shoulders opened this issue 6 years ago • 3 comments

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

shoulders avatar Jul 13 '19 08:07 shoulders

Again, something I very much agreement with. Not sure how we can approach this from a coding stand point though.

chetanmadaan avatar Jul 15 '19 17:07 chetanmadaan

  • 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)

shoulders avatar Jul 16 '19 07:07 shoulders

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.

chetanmadaan avatar Jul 16 '19 20:07 chetanmadaan