-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add folder id to config #159
base: next
Are you sure you want to change the base?
Conversation
Could you set it as 1 by default in the admin? (when you first open the form without data) I think a small info icon with a text describing that this should almost always be 1 as long as you had not configured anything special here would also be great |
Sure! Thanks for the input! @raphaelblum |
@raphaelblum would you also save the default folder in the database and make the field required? 🤔 I think it is misleading to set the default to 1 but the field is also nullable and if not set "1" is used per default anyways |
Description
Add folderId to BrevoConfig to enable overwriting the default folderId (=1) in case the folder was deleted.
Screenshots/screencasts
Changeset
[x] I have verified if my change requires a changeset
Related tasks and documents
COM-1280