If you have VSCode (maybe another text editors will do it as well), you can convert your options widgets relatively fast. This instruction works only for old widget definition style (["field"] = value):
-
Read README file of options mod example (and probably examine
_dataand_localizationfiles) to understand how new options definition system works. -
Move all localizable fields to localization file (
text,title,tooltip,unit_text) -
Convert
show_widget_conditionfields toshow_widgetsof parent dropdown's options. -
Now you need to open "replace" tool (
Ctrl+H) with regular expressions activated. Next steps will represent pairs of "replace" tool's textboxes.