I’m using the most recent release of tutor and am working on xblock development. I am running my site via
tutor dev start -d
so that it can update as I make changes to my xblock. I have a need for a single custom field that an instructor can set. This field is just a string, and I need it available to my xblock. I understand that there is a settintg, ENABLE_OTHER_COURSE_SETTINGS, that requires me to edit “studio.yml”. But I can’t seem to figure out where this is supposed to go. I haven’t found any such file, and if I am supposed to create it (as suggested in the various answers and documentation for this setting) I can’t figure out where it goes.