feat: refine flipbook start modes and UI behavior
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "mummert/flipbook-bundle",
|
||||
"description": "PDF flipbook content element for Contao 5.7 using pdfjs-dist and flipbook-js.",
|
||||
"type": "contao-bundle",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"contao",
|
||||
"contao-bundle",
|
||||
"pdf",
|
||||
"flipbook"
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"contao/core-bundle": "^5.7",
|
||||
"contao/manager-plugin": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Mummert\\FlipbookBundle\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"contao-manager-plugin": "Mummert\\FlipbookBundle\\Contao\\Manager\\Plugin"
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"contao-components/installer": true,
|
||||
"contao/manager-plugin": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user