Skip to content

humanmade/MEXP-Resource-Space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEXP-Resource-Space

WordPress Media Explorer ResourceSpace extension

Setup

You must define the following settings. It is reccommended that this is added to your wp-config.php file.

define( 'PJ_RESOURCE_SPACE_DOMAIN', '' );
define( 'PJ_RESOURCE_SPACE_KEY',    '' );

Additionally, if your resourcespace install is behind basic auth, add the following.

define( 'PJ_RESOURCE_SPACE_AUTHL',  '' );
define( 'PJ_RESOURCE_SPACE_AUTHP',  '' );

Further (optional) settings

// Number of results to fetch for each page. Default is 20.
define( 'PJ_RESOURCE_SPACE_RESULTS_PER_PAGE', 20 );

Grant access by user role

The plugin uses the insert_from_resourcespace capability. This is granted to administrators and editors by default.

About

WordPress Media Explorer ResourceSpace extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published