- Issue created by @kevinquillen
- First commit to issue fork.
- πΊπΈUnited States mitchel432
Sorry to take this from you @kevinquillen, I had just built a similar feature so this was easy for me to do again. Here is what I added
- Entity Config for Tones
- Fields prompt, temperature, and weight
- Adjusted .module to now use Tones
I went with config entity to allow for more fields. I thought the ability to adjust the temperature for each prompt was a nice to have.
This is just a start, as I didn't write any tests. Let me know what you think and if there should be any changes.
- @mitchel432 opened merge request.
- πΊπΈUnited States kevinquillen
Nice work. Does this mean that if I create 100 tones, does it export 100 yamls?
- πΊπΈUnited States kevinquillen
I think a simpler solution would be configuration that lets users select Vocabulary taxonomy that is relevant here, then the only configuration exported is for the new vocabulary definition. The extra fields could still live in the form (not on the term) and or as global config.