Is your feature request related to a problem? Please describe.
Currently, there is no feature flag for the plugin stages, i.e document upload, shortened URL, etc. There needs to be an implementation of an environment variable or config-controlled boolean flags to toggle between features in doc generation stages.
Describe the solution you'd like
There needs to be the implementation of boolean variables in the config/environment through which certain stages of doc generation can be skipped, i.e. SHORTEN_URL=false, UPLOAD_FILE=true, etc.
Is your feature request related to a problem? Please describe. Currently, there is no feature flag for the plugin stages, i.e document upload, shortened URL, etc. There needs to be an implementation of an environment variable or config-controlled boolean flags to toggle between features in doc generation stages.
Describe the solution you'd like There needs to be the implementation of boolean variables in the config/environment through which certain stages of doc generation can be skipped, i.e. SHORTEN_URL=false, UPLOAD_FILE=true, etc.