You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before developing the custom Configuration class that merges and validates the application configuration, I tried the OptionsResolver component but I couldn't use it.
The problem is that easybook allows the user to set and invent any configuration option for their book, but OptionsResolver is very strict about unknown options. Hopefully this could change with this pull request.