syzygy-typo3 / syzygy-qrpreview
Opens a dialog with a QR code which includes the preview URI.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.1 <7.3
- endroid/qr-code: ^3.2
- roave/security-advisories: dev-master
- typo3/cms-core: ^8.7 || ^9.0
- typo3/cms-viewpage: ^8.7 || ^9.0
Requires (Dev)
- nimut/testing-framework: 2.x-dev || 3.x-dev || 4.x-dev
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^2.8
- typo3/cms-introduction: ^3.0 || ^4.0
- typo3/minimal: ^8.7 || ^9.5
Replaces
- syzygy_qrpreview: *
This package is auto-updated.
Last update: 2024-12-19 00:35:10 UTC
README
To simplify the handling of URI on e.g. mobile devices, this extension provide an additional button in the Web -> View module to generate a QR code of the preview URI.
Installation
Installation only via composer with:
composer require syzygy-typo3/syzygy-qrpreview
Usage
- Open the TYPO3 backend
- Open the module Web -> View
- Select a page to preview
- In the top bar there is a new button right beside the "View webpage" button
- On click it will open a modal with the QR code that includes the preview URI
- Open an QR code scanner app on your mobile device and scan the code
- The site to preview should be opened in a browser
- Have fun!
Contribution
Instruction for a local working environment:
- run
composer install
- configure webserver root to
.Build/public
- go through the installation of TYPO3
- run
composer install-needed-extensions
Notice: Make sure to load the backend without browser cache as it might cache the ajax routes needed by this extension