BenjaminBeck / bdm_wizard_preview

TYPO3 Extension that enhances the content element wizard with preview images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 Extension: Wizard-Preview

Initial Version

wizzard-before.png

Enhanced Version

wizzard-after.png

Compatibility

ATM its only testet with TYPO3 11.5

Installation

  1. Start by adding our repository to your composer.json:

    "repositories": [
      {
        "url": "https://github.com/BenjaminBeck/bdm_wizard_preview.git",
        "type": "git"
      }
    ],
  2. Install the extension using composer:

    composer req bdm/bdm_wizard_preview:^11.5
  3. Adjust the extension configuration to align with your folder structure. extension-settings.png

  4. 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".

    extension-filename-help.png

About

TYPO3 Extension that enhances the content element wizard with preview images


Languages

Language:JavaScript 59.8%Language:PHP 29.2%Language:SCSS 11.0%