An open API service indexing awesome lists of open source software.

https://github.com/ubc/h5p-content-recovery

This plugin allows users to trash/untrash an H5P content the same way how WordPress handles for posts and pages.
https://github.com/ubc/h5p-content-recovery

Last synced: 3 months ago
JSON representation

This plugin allows users to trash/untrash an H5P content the same way how WordPress handles for posts and pages.

Awesome Lists containing this project

README

        

# UBC H5P addon - Content Recovery

This plugin allows users to trash/untrash an H5P content the same way how WordPress handles for posts and pages.

## Local Environment
Install node packages
`npm install`

Start building JS and CSS for development
`npm start`

Build JS and CSS for production
`npm build`

Install phpcs with WordPress coding standard
`composer install`

## Change Log

### 1.0.2
- Blocked embed access if the current H5P content is trashed.

### 1.0.1
- Updated readme and changelog.

### 1.0.0
- Initial commit of the project.