regionhalland/azure-uploads-tab

This package is abandoned and no longer maintained. No replacement package was suggested.

List azure blob storage files as a tab in the media selector

v1.1 2018-06-18 10:13 UTC

This package is auto-updated.

Last update: 2020-01-21 09:54:23 UTC


README

[WIP] List azure blob storage files as a tab in the media selector 🗃

Installation

Install the plugin via Composer:

$ composer require regionhalland/azure-uploads-tab

Activate the plugin in the Wordpress admin panel. Go to Settings → Azure Uploads Tab and add your credentials.

You can find the tab by going to Pages → [Any Page] → Add media → [Tab Name].

Development

Clone a copy of the plugin into your plugins folder and install dependencies via Composer and Yarn:

$ 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:

$ yarn start

If you make any changes to Javascript or SCSS-files, make sure to build minified files before commiting any changes:

$ yarn build

Todo 🎈

  • Add Azure search API to index our blobs
  • Creating working UI for filtering and searching for blob files.