azure-uploads-tab
[WIP] List azure blob storage files as a tab in the media selector 🗃, (*1)
Installation
Install the plugin via Composer:, (*2)
$ composer require regionhalland/azure-uploads-tab
Activate the plugin in the Wordpress admin panel. Go to Settings → Azure Uploads Tab and add your credentials., (*3)
You can find the tab by going to Pages → [Any Page] → Add media → [Tab Name]., (*4)
Development
Clone a copy of the plugin into your plugins
folder and install dependencies via Composer and Yarn:, (*5)
$ git clone https://github.com/RegionHalland/azure-uploads-tab.git
$ cd azure-uploads-tab/
$ composer install && yarn
Watch for changes and compile Javascript and SCSS-files during development:, (*6)
$ yarn start
If you make any changes to Javascript or SCSS-files, make sure to build minified files before commiting any changes:, (*7)
$ yarn build
Todo 🎈
- [ ] Add Azure search API to index our blobs
- [ ] Creating working UI for filtering and searching for blob files.