ATM its only testet with TYPO3 11.5
-
Start by adding our repository to your composer.json:
"repositories": [ { "url": "https://github.com/BenjaminBeck/bdm_wizard_preview.git", "type": "git" } ],
-
Install the extension using composer:
composer req bdm/bdm_wizard_preview:^11.5
-
Adjust the extension configuration to align with your folder structure.
-
Adding Preview Images
Place the preview images in the specified folder. Ensure filenames correspond with the contents CType. In TYPO3 development context, if images are absent, the wizard will guide you by displaying the required filename. Additional variant images can be displayed by adding files ending with "-variant-" followed by a number. For example: If the de default preview image is "textmedia.png" the first variant image is "textmedia-variant-1.png".