Uh oh!
There was an error while loading. Please reload this page.
[5.x] Remove submissions key from forms config - #10066
Conversation
duncanmcclean
commented
May 14, 2024
Alternatively, we could do the opposite of this... remove the |
Let's do your alternative. We removed the usage of |
submissions config option from forms config
Done! I've also submitted a PR to |
submissions config option from forms configsubmissions key from forms config
This pull request changes the
directoryfor the Form Submissions Stache store, so it points to the existingforms.submissionsconfig option we have for the form submissions storage path.This means that those who want to customize the form submissions path won't need to do it in two config files, just
forms.phplike they did in v4.Closes#10063.