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.
- Host: GitHub
- URL: https://github.com/ubc/h5p-content-recovery
- Owner: ubc
- Created: 2022-10-11T20:30:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T22:39:20.000Z (over 2 years ago)
- Last Synced: 2025-01-21T21:44:38.513Z (5 months ago)
- Language: PHP
- Size: 286 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.