bibsdb / book-bundle
There is no license information available for the latest version (dev-master) of this package.
Bibsdb book template.
Package info
Language:SCSS
Type:symfony-bundle
pkg:composer/bibsdb/book-bundle
dev-master
2020-09-09 07:34 UTC
This package is auto-updated.
Last update: 2026-03-09 20:28:17 UTC
README
Supplies a slide template to recomend single materials. Upload the frontpage and provide a short text.
Installation
Add the git repository to "repositories" in composer.json.
"repositories": {
"bibsdb/book-bundle": {
"type": "vcs",
"url": "https://github.com/bibsdb/book-bundle"
},
...
}
Require the bundle with composer.
composer require bibsdb/book-bundle
Enable the bundle in AppKernel.php, by adding BibsdbBookBundle to $bundles.
new Bibsdb\BookBundle\BibsdbBookBundle()
Run bibsdb:core:templates:load command to load the template in the installation.
bin/console bibsdb:core:templates:load
Enable the template in the administration.
Ads and controls
To avoid ads and video controls, the shared video has to come from a user that has disabled the options at book.com. To do it yourself, you need to have at least a PLUS account (https://book.com/plus).