- Issue created by @mandclu
Hi @mandclu, that is not currently supported because the field's form display is not configurable.
I don't recall why I made that decision, but it sounds like it could be a good feature if you decide to work on it.
However, I have a spidey-sense that you might encounter some tricky problems with the path processor running before the group is inserted in the database. So, if you decide to work on this, I recommend that you find a way to insert a few lines of code to set a path prefix as the group is saved for the first time just to prove it's possible before investing more time on the issue.
Feel free to reset this issue to if you have further questions.
- 🇨🇦Canada mandclu
It seems like it might be possible with a form_alter and a hook_entity_insert, but it seems doubtful I will have time to work on this right away.