Open Keyrxng opened 1 week ago
How is this config displayed in https://github.com/ubiquity-os/ubiquity-os-plugin-installer/pull/13? I haven't yet managed to run that PR successfully.
How is this config displayed in #13? I haven't yet managed to run that PR successfully.
It looks like this right now because null
is a supported default which disables all of the modules which is a contrast to how defaults work for most other plugins so "reset to default"
here is suboptimal.
The default HTML tags are not exhaustive but text-conversation-rewards
does support all tags exhaustively afaik so I'd imagine the UI would need to accommodate for that.
Imo we need a method for creating an individual multipliers
entry which supports most HTML tags and we can assign values to each tag, which roles this entry applies to and then pushes it to the multipliers
array. We have four entries but I'd imagine something like what we have now but just for adding an entry and requires a complete and return
or add another
sort of setup?
Look at this config, it's huge. How is a config like this expected to be displayed?
Are we going to have to build custom setups for some plugins or is it expected to just fill the editor and scroll?
Seeing all of this without explicit info about what it is (within the UI) might be a lot to take in.