shennyg / azure-blob-remote-volume

This plugin integrates Craft CMS and Microsoft Azure Storage Blob cloud storage service.
MIT License
1 stars 3 forks source link

Allow use of environment variables in settings #3

Closed davist11 closed 4 years ago

davist11 commented 4 years ago

It would be awesome if we could use environment variables in the additional settings:

Looks like you would need to use parseEnv() on those values: https://docs.craftcms.com/v3/extend/environmental-settings.html

Let me know if you'd like me to enter a PR

shennyg commented 4 years ago

PR would be great, I'd love to see it upgraded to a autosuggestField field and adding autosuggestField: true, see: Autosuggest Inputs.

davist11 commented 4 years ago

You got it: #4

davist11 commented 4 years ago

Can you also push a new release?

shennyg commented 4 years ago

@davist11 I didn't realize you didn't tag it. I tagged and pushed: https://packagist.org/packages/shennyg/azure-blob-remote-volume#1.0.2

Thanks so much for your contribution!