Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Resource view update

Compare
Choose a tag to compare
@marttinnotta marttinnotta released this 02 Oct 07:35

0.1.9 - 2019-10-02

Updated

  • UI changes in media library modal
  • Selected files are now rendered at top when opening modal
  • Upload Media button added to resource view that opens stripped media modal for file upload
  • Custom formatter option for media model to decrease response size

Removed

  • Media nav item from under nova resource navigation

Added

  • Custom resource view.
  • Blade template for nova navigation

Display resource view in Nova navigation

In your NovaServiceProvider class add or update tools method

use OptimistDigital\MediaField\NovaMediaLibrary;

public function tools()
{
    return [
        new \OptimistDigital\MediaField\NovaMediaLibrary,
    ];
}