web-tp3 / tp3businessview
google businessview für tp3 - 360° Panorama Designer für Ihren virtuellen Rundgang
Requires
- php: >=7.0 <7.5
- typo3/cms-core: ^9.5|| ^10.4 || ^11
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- helhum/typo3-console: ^5 || ^6
- typo3/testing-framework: *
- web-tp3/cag_tests: ^1.2 || ^2
Suggests
- web-tp3/tp3openhours: *
Replaces
- typo3-ter/tp3_businessview: 1.3.4
- web-tp3/tp3businessview: 1.3.4
README
Installation
Using Composer
The recommended way to install the extension is by using (Composer)
1. In your Composer based TYPO3 project root, just do composer require web-tp3/tp3businessview
.
[2]. Create a businessview record.
[3]. Use the PanoDesigner to find your location or add an tt_address record with cid
[4]. Use the PanoDesigner to design your Tp3BusinessView tour
As extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
Minimal setup
1) Include the static TypoScript of the extension. Optional: If you are templates are based on Twitter Bootstrap, add the TWB styles as well to get optimized templates. 2) Create some tp3businessview records on a sysfolder. 3) Create a plugin on a page and select at least the sysfolder as startingpoint.
Administration corner
Versions and support
tp3businessview | TYPO3 | PHP | Support/Development |
---|---|---|---|
2.x | 9.5 | 7.2 - 7.3 | Bugfixes, Security Updates, Feature Updates, |
POI Integration, VR Support | |||
1.x | 8.7 | 7.0 - 7.2 | Bugfixes, Security Updates |
Contribution
Forks, Pull requests or Commits to support develop are welcome in general! Nevertheless please don't forget to add an issue and connect it to your pull requests. This is very helpful to understand what kind of issue the PR is going to solve.
- Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We're going to accept only bugfixes if I can reproduce the issue.
- Features: Not every feature is relevant for the bulk of powermail users. In addition: We don't want to make powermail even more complicated in usability for an edge case feature. Please discuss a new feature before.