Skip to content

SunLabDev/wn-unsplashpicker-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnsplashPicker

This plugin allows you to upload image directly through the Unsplash API.

Requirements

To use this plugin, you'll need to create an account on Unsplash.com and fill your credentials on the backend settings

How to use

When you want to display the widget, just use it in your fields.yaml file on an attachMany or attachOne relationship. UnsplashPicker is an extension of FileUpload widget, you can use the same options:

form:
    fields:
        featured_images:
            label: Featured images
            type: unsplashpicker
            imageHeight: 260
            imageWidth: 260
            maxFilesize: 12
            attachOnUpload: true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published